Medium Premium

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

Was ist Medium Premium?

Medium Premium ist eine Chrome-Erweiterung, die von Arun Kumar Dave entwickelt wurde, und ihr Hauptmerkmal ist "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.".

Erweiterungsscreenshots

screenshot

Medium Premium-Erweiterungs-CRX-Datei herunterladen

Laden Sie Medium Premium-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

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

Grundlegende Informationen zur Erweiterung

Name Medium Premium Medium Premium
ID gingmakaicaahbfjipopapefpkehhelk
Offizielle URL https://chromewebstore.google.com/detail/medium-premium/gingmakaicaahbfjipopapefpkehhelk
Beschreibung It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.
Dateigröße 13.21 KB
Installationsanzahl 614
Aktuelle Version 1.0
Letztes Update 2023-04-03
Veröffentlichungsdatum 2023-04-02
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Arun Kumar Dave
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}