F1TV Spoiler Blocker Firefox

Examine source code of F1TV Spoiler Blocker

By: Alexvbp Add-on
Inspect and view changes in F1TV Spoiler Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "F1TV Spoiler Blocker",
  "version": "0.1.0",
  "description": "Hides spoilers on F1TV website VODs.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://f1tv.formula1.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    },
    "default_title": "F1TV Spoiler Blocker",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "f1tvspoilerblocker@gmail.com",
      "strict_min_version": "109.0"
    }
  }
}

Best F1TV Spoiler Blocker Alternatives

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