Medium Bypass Firefox

Examine source code of Medium Bypass

By: Anvar
Inspect and view changes in Medium Bypass source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Medium Bypass",
  "version": "1.1.5",
  "description": "If you stumble upon any medium article under the paywall, I will help you read the entire thing by redirecting to freedium.cfd",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png",
    "512": "icons/512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.medium.com/*",
        "*://*.gitconnected.com/*",
        "*://*.stackacademic.com/*",
        "*://*.ehandbook.com/*"
      ],
      "exclude_matches": [
        "*://*.medium.com/",
        "*://*.gitconnected.com/"
      ],
      "js": [
        "medium-bypass.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@medium-bypass",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "web_accessible_resources": [
    "widgets.html"
  ]
}

Best Medium Bypass Alternatives

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