Site Blocker Extension Firefox

Examine source code of Site Blocker Extension

By: Kyox Add-on
Inspect and view changes in Site Blocker Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Site Blocker",
  "version": "1.2",
  "description": "Block websites by domain. Add domains to block and manage them from the popup.",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Site Blocker",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png",
      "128": "iconx128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "site-blocker@kyox.com",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Site Blocker Extension Alternatives

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