Read articles freely Extension Firefox

Examine source code of Read articles freely Extension

Inspect and view changes in Read articles freely Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Read articles freely Extension",
  "version": "1.0",
  "description": "This extension bypasses the paywall of articles freely website.",
  "icons": {
    "48": "read-free-articles-48.png",
    "96": "read-free-articles-96.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "read-16.png",
      "30": "read-30.png"
    },
    "default_popup": "popup/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8f50b001-3f7c-4fad-a4e9-1cd67170d606}"
    }
  }
}

Best Read articles freely Extension Alternatives

Here are some Firefox add-ons that are similar to Read articles freely Extension: