Wind Blocker Firefox

Examine source code of Wind Blocker

Inspect and view changes in Wind Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Wind Blocker",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "__MSG_info__",
  "default_locale": "en",
  "permissions": [
    "http://*/*",
    "ws://*/*",
    "https://*/*",
    "wss://*/*",
    "storage",
    "unlimitedStorage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "webNavigation"
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "assets/Active/tiny.png",
      "32": "assets/Active/small.png",
      "48": "assets/Active/medium.png",
      "128": "assets/Active/large.png"
    }
  },
  "icons": {
    "16": "assets/Active/tiny.png",
    "32": "assets/Active/small.png",
    "48": "assets/Active/medium.png",
    "128": "assets/Active/large.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "adguard/adguard-content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "match_about_blank": true,
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "adguard/adguard-api.js",
      "background.bundle.js"
    ],
    "persistent": true
  }
}

Best Wind Blocker Alternatives

Here are some Firefox add-ons that are similar to Wind Blocker: