Youtube Container

Youtube Container

Youtube Container is a fork from facebook container that isolates your Youtube activity from the rest of your web activity in order to prevent Youtube from tracking you outside of the Youtube website via third party cookies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "YouTube Container",
  "version": "1.3.1resigned1",
  "description": "Youtube Container isolates your Youtube activity from the rest of your web activity in order to prevent Youtube from tracking you outside of the Youtube website via third party cookies.",
  "icons": {
    "48": "icon.png",
    "96": "[email protected]"
  },
  "applications": {
    "gecko": {
      "id": "@contain-youtube",
      "strict_min_version": "57.0"
    }
  },
  "homepage_url": "https://github.com/AbdullahDiaa/contain-youtube",
  "permissions": [
    "<all_urls>",
    "browsingData",
    "contextualIdentities",
    "cookies",
    "management",
    "storage",
    "tabs",
    "webRequestBlocking",
    "webRequest"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}