Auto Proxy Retry Firefox

Examine source code of Auto Proxy Retry

By: ftk
Inspect and view changes in Auto Proxy Retry source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Proxy Switcher",
  "version": "2.0",
  "description": "Retries requests with a proxy on specific HTTP errors.",
  "browser_specific_settings": {
    "gecko": {
      "id": "auto-proxy-retry@ftk",
      "strict_min_version": "91.1.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "proxy",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false
  }
}

Best Auto Proxy Retry Alternatives

Here are some Firefox add-ons that are similar to Auto Proxy Retry: