Block Sponsor Comments Firefox

Examine source code of Block Sponsor Comments

Inspect and view changes in Block Sponsor Comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Block Sponsor Comments",
  "version": "1.8.1",
  "description": "Browser extension to remove sponsors from YouTube descriptions and comments.",
  "permissions": [
    "*://*.youtube.com/*",
    "storage",
    "*://raw.githubusercontent.com/MagicJinn/Block-Sponsor-Comments/refs/heads/main/strings.json"
  ],
  "browser_action": {
    "default_popup": "settings.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "blocker.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "settings.html",
    "*.json"
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b7f8ded8-eec4-45c7-a79b-ce36ee376c30}"
    }
  }
}

Best Block Sponsor Comments Alternatives

Here are some Firefox add-ons that are similar to Block Sponsor Comments: