Simple Redirect Assistant Firefox

Examine source code of Simple Redirect Assistant

By: KONG88
Inspect and view changes in Simple Redirect Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Redirect Assistant",
  "version": "1.0",
  "description": "Automatically bypass intermediate pages and redirect to the final destination.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a4b53080-fd15-4890-8300-83b31c9fc190}"
    }
  }
}

Best Simple Redirect Assistant Alternatives

Here are some Firefox add-ons that are similar to Simple Redirect Assistant: