Read Unlimited Medium Stories

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

Vad är Read Unlimited Medium Stories?

Read Unlimited Medium Stories är en Chrome-tillägg utvecklad av vinothkumarsubbu, och dess huvudfunktion är "This extension add another 2 free member-only stories for you on the medium.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Read Unlimited Medium Stories-förlängningens CRX-fil

Ladda ner Read Unlimited Medium Stories-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Read Unlimited Medium Stories Read Unlimited Medium Stories
ID ldodiabfohccnhckofomohlceamjlkpl
Officiell webbadress https://chromewebstore.google.com/detail/read-unlimited-medium-sto/ldodiabfohccnhckofomohlceamjlkpl
Beskrivning This extension add another 2 free member-only stories for you on the medium.
Filstorlek 21.49 KB
Antal Installationer 358
Aktuell Version 1.0
Senast Uppdaterad 2021-08-27
Publiceringsdatum 2021-08-27
Utvecklare vinothkumarsubbu
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}