Google Search Adblocker Firefox

Examine source code of Google Search Adblocker

Inspect and view changes in Google Search Adblocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google Search Adblocker",
  "version": "1.0",
  "description": "Removes Google Search Ads",
  "icons": {
    "48": "icons/48.png"
  },
  "content_scripts": [
    {
      "css": [
        "content.css"
      ],
      "run_at": "document_start",
      "matches": [
        "*://*.google.com/*"
      ]
    },
    {
      "js": [
        "display_how_many.js"
      ],
      "run_at": "document_end",
      "matches": [
        "*://*.google.com/*"
      ]
    }
  ]
}

Best Google Search Adblocker Alternatives

Here are some Firefox add-ons that are similar to Google Search Adblocker: