Read Unlimited Medium Stories

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

Wat is Read Unlimited Medium Stories?

Read Unlimited Medium Stories is een Chrome-extensie ontwikkeld door vinothkumarsubbu, en de belangrijkste functie is "This extension add another 2 free member-only stories for you on the medium.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Read Unlimited Medium Stories

Download Read Unlimited Medium Stories-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Read Unlimited Medium Stories Read Unlimited Medium Stories
ID ldodiabfohccnhckofomohlceamjlkpl
Officiële URL https://chromewebstore.google.com/detail/read-unlimited-medium-sto/ldodiabfohccnhckofomohlceamjlkpl
Beschrijving This extension add another 2 free member-only stories for you on the medium.
Bestandsgrootte 21.49 KB
Aantal Installaties 358
Huidige Versie 1.0
Laatst Bijgewerkt 2021-08-27
Publicatiedatum 2021-08-27
Ontwikkelaar vinothkumarsubbu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}