Intentional Web Browsing Firefox

Examine source code of Intentional Web Browsing

Inspect and view changes in Intentional Web Browsing source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Intentional Web Browsing options"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "57.0a1"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "checksite.js"
      ]
    }
  ],
  "description": "A simple, customizable web page blocker.",
  "homepage_url": "https://github.com/Reidasaurus/intentional_web_browsing",
  "manifest_version": 2,
  "name": "Intentional Web Browsing",
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "version": "1.1"
}

Meilleures alternatives Intentional Web Browsing

Voici quelques Firefox add-ons qui sont similaires à Intentional Web Browsing :