Read Unlimited Medium Stories

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

Co je Read Unlimited Medium Stories?

Read Unlimited Medium Stories je rozšíření Chrome vyvinuté vinothkumarsubbu, a jeho hlavní funkcí je „This extension add another 2 free member-only stories for you on the medium.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Read Unlimited Medium Stories

Stáhněte si soubory rozšíření Read Unlimited Medium Stories ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Read Unlimited Medium Stories Read Unlimited Medium Stories
ID ldodiabfohccnhckofomohlceamjlkpl
Oficiální URL https://chromewebstore.google.com/detail/read-unlimited-medium-sto/ldodiabfohccnhckofomohlceamjlkpl
Popis This extension add another 2 free member-only stories for you on the medium.
Velikost souboru 21.49 KB
Počet instalací 358
Aktuální Verze 1.0
Poslední Aktualizace 2021-08-27
Datum Vydání 2021-08-27
Vývojář vinothkumarsubbu
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}