ShieldGuard AdBlocker Firefox

Examine source code of ShieldGuard AdBlocker

Inspect and view changes in ShieldGuard AdBlocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ShieldGuard AdBlocker",
  "version": "1.0",
  "description": "Block ads and trackers with a customizable whitelist",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "ShieldGuard AdBlocker",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{94bb426c-46c2-49eb-987a-60c35a268426}"
    }
  }
}

Best ShieldGuard AdBlocker Alternatives

Here are some Firefox add-ons that are similar to ShieldGuard AdBlocker: