view - Bypass Paywalls Firefox

Examine source code of view - Bypass Paywalls

By: wuku
Inspect and view changes in view - Bypass Paywalls source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "view",
  "version": "3.2.3",
  "description": "Read any article",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "view - Read any article"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{79875c40-ed9d-481a-a274-929daf40717d}",
      "strict_min_version": "58.0"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  }
}

Best view - Bypass Paywalls Alternatives

Here are some Firefox add-ons that are similar to view - Bypass Paywalls: