Twitch Embed Blocker Firefox

Examine source code of Twitch Embed Blocker

Inspect and view changes in Twitch Embed Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_app_title__",
  "version": "1.5",
  "description": "__MSG_app_description__",
  "default_locale": "en",
  "homepage_url": "https://github.com/dppancake/twitch-embed-blocker",
  "options_ui": {
    "page": "/src/options/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "activeTab",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js",
      "utils.js"
    ],
    "persistent": false,
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js",
        "utils.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_popup": "src/popup/popup.html",
    "default_title": "__MSG_app_title__",
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6f3004af-3cce-4d66-859f-5d65dbe8d50d}"
    }
  }
}

Best Twitch Embed Blocker Alternatives

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