BlockeruBlock Firefox

Examine source code of BlockeruBlock

Inspect and view changes in BlockeruBlock source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Ad Blocker",
  "version": "1.0",
  "description": "A basic ad blocker",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d6819296-d567-49f9-8a9b-a5b301af3cde}"
    }
  }
}

Best BlockeruBlock Alternatives

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