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 pavel.maskevich, 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

                        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 Basic Information

Name Read Medium for free Read Medium for free
ID fkbjjjnjofeenflcinnhhnoniohnjepm
Official URL https://chrome.google.com/webstore/detail/read-medium-for-free/fkbjjjnjofeenflcinnhhnoniohnjepm
Description Read Medium stories without leaving the page if you reached to free reading limit
File Size 30.5 KB
Installation Count 80
Current Version 1.0
Last Updated 2021-03-30
Publish Date 2021-03-30
Developer pavel.maskevich
Email [email protected]
Payment Type free
Extension Website https://github.com/maskalek/read-medium-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Medium for free",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Read Medium stories without leaving the page if you reached to free reading limit",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": []
}