LeechBlock NG Firefox

Examine source code of LeechBlock NG

Inspect and view changes in LeechBlock NG source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_icon": {
      "16": "icons/leechblock16.png",
      "32": "icons/leechblock32.png",
      "48": "icons/leechblock48.png",
      "64": "icons/leechblock64.png"
    },
    "default_popup": "popup.html",
    "default_title": "LeechBlock"
  },
  "author": "James Anderson",
  "background": {
    "scripts": [
      "common.js",
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "leechblockng@proginosko.com",
      "strict_min_version": "109.0"
    }
  },
  "commands": {
    "lb-options": {
      "description": "Open the options page"
    },
    "lb-statistics": {
      "description": "Open the statistics page"
    },
    "lb-lockdown": {
      "description": "Activate lockdown"
    },
    "lb-override": {
      "description": "Activate override"
    },
    "lb-cancel-override": {
      "description": "Cancel override"
    },
    "lb-add-sites": {
      "description": "Add sites to block set"
    },
    "lb-reset-rollover": {
      "description": "Reset rollover time"
    },
    "lb-discard-time": {
      "description": "Discard remaining time"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*/*lb-custom*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*/*lb-custom*"
      ],
      "js": [
        "blocked.js"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://www.proginosko.com/leechblock/",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/leechblock16.png",
    "32": "icons/leechblock32.png",
    "48": "icons/leechblock48.png",
    "64": "icons/leechblock64.png",
    "96": "icons/leechblock96.png",
    "128": "icons/leechblock128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "optional_permissions": [
    "history"
  ],
  "permissions": [
    "alarms",
    "menus",
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation"
  ],
  "version": "1.7.2"
}

Best LeechBlock NG Alternatives

Here are some Firefox add-ons that are similar to LeechBlock NG: