Troll Site Blocker Firefox

Examine source code of Troll Site Blocker

Inspect and view changes in Troll Site Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "TrollSiteBlocker",
  "version": "1.1",
  "description": "Extension that blocks troll sites/jumpscares or even rickrolls!",
  "author": "maniek86",
  "manifest_version": 2,
  "default_locale": "en",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "TrollSiteblocker"
  },
  "applications": {
    "gecko": {
      "id": "trollsiteblocker@maniek86.ml"
    }
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "*://*/*",
    "unlimitedStorage",
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Troll Site Blocker Alternatives

Here are some Firefox add-ons that are similar to Troll Site Blocker: