Feed Blocker Firefox

Examine source code of Feed Blocker

By: Jake
Inspect and view changes in Feed Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Feed Blocker",
  "short_name": "Feed Blocker",
  "version": "1.2",
  "description": "Blocks Telegram chat items and YouTube feed.",
  "permissions": [
    "*://*.telegram.org/*",
    "*://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.telegram.org/*"
      ],
      "js": [
        "telegram.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "youtube.js"
      ],
      "css": [
        "youtube.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ed34459f-78c4-409e-8b6f-bfcc772de6b9}"
    }
  }
}

Best Feed Blocker Alternatives

Here are some Firefox add-ons that are similar to Feed Blocker: