Streaming Ad Muter Firefox

Examine source code of Streaming Ad Muter

Inspect and view changes in Streaming Ad Muter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Streaming Ad Muter",
  "version": "1.13",
  "description": "Automatically mutes ads on Hotstar, SonyLIV and Zee5",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "tabs",
    "storage",
    "nativeMessaging"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.hotstar.com/*",
        "*://*.sonyliv.com/*",
        "*://*.zee5.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_title": "Streaming Ad Muter",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "streaming-ad-muter@devopsbytes.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Streaming Ad Muter Alternatives

Here are some Firefox add-ons that are similar to Streaming Ad Muter: