Read Unlimited Medium Stories

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

Was ist Read Unlimited Medium Stories?

Read Unlimited Medium Stories ist eine Chrome-Erweiterung, die von vinothkumarsubbu entwickelt wurde, und ihr Hauptmerkmal ist "This extension add another 2 free member-only stories for you on the medium.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Read Unlimited Medium Stories-Erweiterungs-CRX-Datei herunterladen

Laden Sie Read Unlimited Medium Stories-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Read Unlimited Medium Stories Read Unlimited Medium Stories
ID ldodiabfohccnhckofomohlceamjlkpl
Offizielle URL https://chromewebstore.google.com/detail/read-unlimited-medium-sto/ldodiabfohccnhckofomohlceamjlkpl
Beschreibung This extension add another 2 free member-only stories for you on the medium.
Dateigröße 21.49 KB
Installationsanzahl 358
Aktuelle Version 1.0
Letztes Update 2021-08-27
Veröffentlichungsdatum 2021-08-27
Entwickler vinothkumarsubbu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}