Medium Premium

It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.

Vad är Medium Premium?

Medium Premium är en Chrome-tillägg utvecklad av Arun Kumar Dave, och dess huvudfunktion är "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.".

Tilläggsskärmbilder

screenshot

Ladda ner Medium Premium-förlängningens CRX-fil

Ladda ner Medium Premium-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

                        A simple chrome extension that loads Premium content of Medium blog of the current tab                    

Grundläggande Information om Tillägg

Namn Medium Premium Medium Premium
ID gingmakaicaahbfjipopapefpkehhelk
Officiell webbadress https://chromewebstore.google.com/detail/medium-premium/gingmakaicaahbfjipopapefpkehhelk
Beskrivning It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.
Filstorlek 13.21 KB
Antal Installationer 614
Aktuell Version 1.0
Senast Uppdaterad 2023-04-03
Publiceringsdatum 2023-04-02
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Arun Kumar Dave
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Medium Premium",
    "version": "1.0",
    "description": "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.",
    "permissions": [
        "activeTab",
        "incognito",
        "tabs",
        "scripting",
        "https:\/\/*.medium.com\/*"
    ],
    "action": {
        "default_title": "Medium Premium",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}