Ask Before Download (Intercept Auto Download) Firefox

Examine source code of Ask Before Download (Intercept Auto Download)

Inspect and view changes in Ask Before Download (Intercept Auto Download) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.8resigned1",
  "developer": {
    "name": "StrongOp",
    "url": "https://github.com/strongopx/ask-before-download.fx-ext"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "background": {
    "scripts": [
      "background/util.js",
      "background/blacklist.js",
      "background/whitelist.js",
      "background/storage.js",
      "background/ask-before-download.js"
    ]
  },
  "options_ui": {
    "page": "popup/options.html"
  },
  "applications": {
    "gecko": {
      "id": "ask-before-download.fx-ext.strongopx@github.com",
      "strict_min_version": "57.0"
    }
  }
}

Best Ask Before Download (Intercept Auto Download) Alternatives

Here are some Firefox add-ons that are similar to Ask Before Download (Intercept Auto Download):