BannerKill Firefox

Examine source code of BannerKill

By: Fedorov Add-on
Inspect and view changes in BannerKill source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BannerKill",
  "version": "1.1.0",
  "description": "Remove sticky headers, floating banners and fixed position elements from any page",
  "browser_specific_settings": {
    "gecko": {
      "id": "{2cb10c04-4a5b-47f4-8b02-e7ead947ca6d}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "static/p16.png",
    "32": "static/p32.png",
    "48": "static/p48.png",
    "96": "static/p96.png",
    "128": "static/p128.png"
  },
  "browser_action": {
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "static/p16.png",
      "32": "static/p32.png",
      "48": "static/p48.png",
      "96": "static/p96.png",
      "128": "static/p128.png"
    }
  },
  "background": {
    "scripts": [
      "lib/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "banner_remover.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best BannerKill Alternatives

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