Privacy Filter for Youtube Firefox

Examine source code of Privacy Filter for Youtube

By: Casper
Inspect and view changes in Privacy Filter for Youtube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Privacy Filter for Youtube",
  "version": "1.0.0",
  "description": "Adds a YouTube watch-page toggle that places a black privacy cover over the video player.",
  "icons": {
    "32": "assets/icons/icon-32.png",
    "48": "assets/icons/icon-48.png",
    "64": "assets/icons/icon-64.png",
    "96": "assets/icons/icon-96.png",
    "128": "assets/icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "privacy-filter-youtube@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Privacy Filter for Youtube Alternatives

Here are some Firefox add-ons that are similar to Privacy Filter for Youtube: