Privacy Enhanced Mode for Embedded YouTube

Privacy Enhanced Mode for Embedded YouTube

Enables Privacy Enhanced Mode (“YouTube no-cookie”) for all YouTube videos embedded on all websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.2.1",
  "name": "Privacy Enhanced Mode for Embedded YouTube",
  "description": "Enables Privacy Enhanced Mode(“YouTube no-cookie”) for all YouTube videos embeded around the web.",
  "author": "Daniel Aleksandersen",
  "homepage_url": "https://www.daniel.priv.no/web-extensions/youtube-nocookie.html",
  "permissions": [
    "<all_urls>",
    "storage",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "scripts/sync_handler.js",
      "scripts/redirector.js",
      "scripts/modify_csp.js",
      "scripts/set_api_host.js"
    ]
  },
  "icons": {
    "16": "icon.svg",
    "24": "icon.svg",
    "32": "icon.svg",
    "64": "icon.svg",
    "128": "icon.svg",
    "256": "icon.svg"
  },
  "applications": {
    "gecko": {
      "id": "{2cb01f46-09e0-488e-b40e-71c2b659e12b}",
      "strict_min_version": "60.0"
    }
  },
  "options_ui": {
    "page": "options.html"
  }
}