HackTheBox Spoiler Blocker Firefox

Examine source code of HackTheBox Spoiler Blocker

By: jorkle
Inspect and view changes in HackTheBox Spoiler Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HackTheBox Spoiler Blocker",
  "version": "1.1",
  "description": "Hides search results and web content containing HackTheBox machine names to avoid spoilers",
  "browser_specific_settings": {
    "gecko": {
      "id": "{0dc8f5f2-5ce6-4955-abb7-40764509c80a}"
    }
  },
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "icon.png"
  }
}

Best HackTheBox Spoiler Blocker Alternatives

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