Redirect Youtube Video to Embed Page

Redirect Youtube Video to Embed Page

Automatically redirects video pages to their embed equivalent.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "0.0.4",
  "name": "Redirect Youtube Video to Embed Page",
  "description": "Automatically redirects video pages to their embed equivalent.",
  "short_name": "yt2embed",
  "author": "Rohan Verma",
  "homepage_url": "https://github.com/rhnvrm/yt2embed",
  "icons": {
    "48": "assets/icon_48.png",
    "256": "assets/icon_256.png"
  },
  "permissions": [
    "https://youtube.com/watch*",
    "https://www.youtube.com/watch*",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "scripts/redirector.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{afd6634b-39b3-4d32-b5eb-ceaecd466e0d}"
    }
  }
}