paywall umgehen Firefox

Examine source code of paywall umgehen

By: RaqaDev
Inspect and view changes in paywall umgehen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Paywall Remover",
  "version": "1.0.0",
  "description": "Bypass paywalls on news and article websites",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "*://*.washingtonpost.com/*",
    "*://*.nytimes.com/*",
    "*://*.wsj.com/*",
    "*://*.economist.com/*",
    "*://*.medium.com/*",
    "*://*.bloomberg.com/*",
    "*://*.ft.com/*",
    "*://*.businessinsider.com/*",
    "*://*.newyorker.com/*",
    "*://*.wired.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.washingtonpost.com/*",
        "*://*.nytimes.com/*",
        "*://*.wsj.com/*",
        "*://*.economist.com/*",
        "*://*.medium.com/*",
        "*://*.bloomberg.com/*",
        "*://*.ft.com/*",
        "*://*.businessinsider.com/*",
        "*://*.newyorker.com/*",
        "*://*.wired.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7903095d-f91d-40f4-b034-39b23ecd0f8e}"
    }
  }
}

Best paywall umgehen Alternatives

Here are some Firefox add-ons that are similar to paywall umgehen: