Youtube Content Keyword filter Firefox

Examine source code of Youtube Content Keyword filter

By: Nerhe
Inspect and view changes in Youtube Content Keyword filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Keyword Blocker with Popup",
  "version": "1.0",
  "description": "Blocks YouTube videos containing certain keywords and shows a startup message.",
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "blocker.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3961ecaf-1005-4ec0-8309-e578724a166a}"
    }
  }
}

Best Youtube Content Keyword filter Alternatives

Here are some Firefox add-ons that are similar to Youtube Content Keyword filter: