TTV ad-block Firefox

Examine source code of TTV ad-block

By: odensc Add-on
Inspect and view changes in TTV ad-block source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "TTV ad-block",
  "version": "2.1.0",
  "description": "Block ads on that certain streaming website",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.twitch.tv/*",
        "*://player.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "*://*.twitch.tv/*",
    "*://*.ttvnw.net/*",
    "webRequest",
    "webRequestBlocking"
  ]
}

Best TTV ad-block Alternatives

Here are some Firefox add-ons that are similar to TTV ad-block: