Reddit Video Linker

Reddit Video Linker

Get the direct link to a video on reddit

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Reddit Video Linker",
  "short_name": "vreddit-extension",
  "version": "1.0.1",
  "author": "Sophie Debs",
  "permissions": [
    "contextMenus",
    "*://reddit.com/*"
  ],
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "description": "Get the direct link to a video on reddit",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2
}