Read Unlimited Medium Stories

This extension add another 2 free member-only stories for you on the medium.

What is Read Unlimited Medium Stories?

Read Unlimited Medium Stories is a Chrome extension developed by vinothkumarsubbu, and its main feature is "This extension add another 2 free member-only stories for you on the medium.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Read Unlimited Medium Stories Extension CRX File

Download Read Unlimited Medium Stories 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 help to overcome the restrictions of medium to read the two stories a month. If you run out of stories just click on the extension it would add another 2 stories to your account. One more good news is this extension doesn't capture any userinformation.                    

Extension Basic Information

Name Read Unlimited Medium Stories Read Unlimited Medium Stories
ID ldodiabfohccnhckofomohlceamjlkpl
Official URL https://chromewebstore.google.com/detail/read-unlimited-medium-sto/ldodiabfohccnhckofomohlceamjlkpl
Description This extension add another 2 free member-only stories for you on the medium.
File Size 21.49 KB
Installation Count 358
Current Version 1.0
Last Updated 2021-08-27
Publish Date 2021-08-27
Developer vinothkumarsubbu
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Unlimited Medium Stories",
    "version": "1.0",
    "description": "This extension add another 2 free member-only stories for you on the medium.",
    "permissions": [
        "cookies",
        "http:\/\/medium.com\/*",
        "https:\/\/medium.com\/*",
        "https:\/\/.medium.com\/"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}