MineBlock Firefox

Examine source code of MineBlock

Inspect and view changes in MineBlock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MineBlock",
  "description": "This extension will find and remove js miners",
  "version": "2.2resigned1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "inject.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "popup.js",
    "inject.js"
  ],
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{45d8a09c-e7aa-4c4d-8bde-87448f025d60}"
    }
  }
}

Best MineBlock Alternatives

Here are some Firefox add-ons that are similar to MineBlock: