Medium Premium

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

Hvad er Medium Premium?

Medium Premium er en Chrome-udvidelse udviklet af Arun Kumar Dave, og dens hovedfunktion er "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.".

Udvidelsesskærmbilleder

screenshot

Download Medium Premium-udvidelses-CRX-fil

Download Medium Premium-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Medium Premium Medium Premium
ID gingmakaicaahbfjipopapefpkehhelk
Officiel URL https://chromewebstore.google.com/detail/medium-premium/gingmakaicaahbfjipopapefpkehhelk
Beskrivelse It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.
Filstørrelse 13.21 KB
Antal Installationer 614
Nuværende Version 1.0
Senest Opdateret 2023-04-03
Udgivelsesdato 2023-04-02
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler Arun Kumar Dave
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    }
}