Archive Redirector Firefox

Examine source code of Archive Redirector

Inspect and view changes in Archive Redirector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Archive Redirector",
  "version": "1.1",
  "description": "Effortlessly bypass paywalls by redirecting to archive.is, ensuring seamless access to valuable content without subscription barriers. ",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>",
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://archive.is/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "images/icon48.png",
      "96": "images/icon96.png",
      "128": "images/icon128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "images/icon48.png",
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5e28f568-f0eb-495d-9cba-3637cc670bd5}"
    }
  }
}

Best Archive Redirector Alternatives

Here are some Firefox add-ons that are similar to Archive Redirector: