Site Blocker Firefox

Examine source code of Site Blocker

By: odo59
Inspect and view changes in Site Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Site Blocker",
  "description": "A simple website blocker to direct you to a page when you open a blocked page.",
  "version": "1.3.1",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "dist/scripts/background.js"
    ]
  },
  "web_accessible_resources": [
    "src/pages/redirect/redirect.html"
  ],
  "browser_action": {
    "default_popup": "src/pages/popup/popup.html",
    "default_title": "Site Blocker"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6158e079-dd4f-478a-839a-060965177589}"
    }
  }
}

Best Site Blocker Alternatives

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