Read Medium for free

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

What is Read Medium for free?

Read Medium for free is a Chrome extension developed by Mesut Tasci, and its main feature is "Read Medium stories without leaving the page if you reached to free reading limit.".

Extension Screenshots

screenshot

Download Read Medium for free Extension CRX File

Download Read Medium for free extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        NOT WORKING ANYMORE. I AM GOING TO IMPLEMENT ANOTHER SOLUTION

------------------------

This extension only fetches Medium article without cookies and replace page content, like the opening article in incognito mode.

The extension is run only when you have reached to free reading limit and does not make any request outside of Medium.

Extension source code:
https://github.com/mesuutt/read-medium-extension                    

Extension Basic Information

Name Read Medium for free Read Medium for free
ID feckflmdfioohghkgojnilnlaelfgffl
Official URL https://chrome.google.com/webstore/detail/read-medium-for-free/feckflmdfioohghkgojnilnlaelfgffl
Description Read Medium stories without leaving the page if you reached to free reading limit.
File Size 30.53 KB
Installation Count 9,081
Current Version 2.4
Last Updated 2021-09-08
Publish Date 2020-09-20
Rating 3.33/5 Total 36 Ratings
Developer Mesut Tasci
Email [email protected]
Payment Type free
Extension Website https://github.com/mesuutt/read-medium-extension
Help Page URL https://github.com/mesuutt/read-medium-extension
Supported Languages en
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": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    }
}