Read Medium for free

Read Medium for free

Read Medium stories without leaving the page if you reached to free reading limit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Read Medium for free",
  "description": "Read Medium stories without leaving the page if you reached to free reading limit.",
  "manifest_version": 2,
  "version": "2.4",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://*.medium.com/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}