AdsKiller Firefox

Examine source code of AdsKiller

Inspect and view changes in AdsKiller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "AdsKiller",
  "description": "__MSG_description__",
  "version": "1.0.1",
  "manifest_version": 2,
  "default_locale": "en",
  "browser_action": {
    "default_title": "AdsKiller",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/active/16x16_icon.png",
      "48": "icons/active/48x48_icon.png"
    }
  },
  "icons": {
    "16": "icons/active/16x16_icon.png",
    "48": "icons/active/48x48_icon.png",
    "88": "icons/active/88x88_icon.png",
    "128": "icons/active/128x128_icon.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "./adguard/adguard-content.js",
        "./content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "match_about_blank": true,
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "http://*/*",
    "https://*/*",
    "ws://*/*",
    "wss://*/*",
    "storage",
    "tabs",
    "unlimitedStorage"
  ],
  "background": {
    "scripts": [
      "./adguard/adguard-api.js",
      "./background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{831b2f21-0c23-44b2-a4fd-a453d1e6a203}"
    }
  }
}

Best AdsKiller Alternatives

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