Browsing Fast and Slow Firefox

Examine source code of Browsing Fast and Slow

By: Nel Add-on
Inspect and view changes in Browsing Fast and Slow source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Browsing Fast and Slow",
  "version": "1.2",
  "description": "Block websites with delayed access approval",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@browsing-fast-and-slow",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Browsing Fast & Slow",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "blocked.html",
    "approval.html",
    "waiting.html"
  ]
}

Best Browsing Fast and Slow Alternatives

Here are some Firefox add-ons that are similar to Browsing Fast and Slow: