Paywall Bypass Redirect Firefox

Examine source code of Paywall Bypass Redirect

By: Steve Add-on
Inspect and view changes in Paywall Bypass Redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Paywall Bypass",
  "version": "1.0.5",
  "description": "Automatic redirect of paywall articles via Archive.is",
  "browser_specific_settings": {
    "gecko": {
      "id": "paywall-bypass-extension-26@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs",
    "contextMenus",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "dialog.html",
    "dialog.js"
  ],
  "background": {
    "scripts": [
      "domains.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg",
    "128": "icon.svg"
  },
  "browser_action": {
    "default_icon": "icon.svg",
    "default_popup": "popup.html",
    "default_title": "Paywall Bypass"
  }
}

Best Paywall Bypass Redirect Alternatives

Here are some Firefox add-ons that are similar to Paywall Bypass Redirect: