Medium Premium

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

Wat is Medium Premium?

Medium Premium is een Chrome-extensie ontwikkeld door Arun Kumar Dave, en de belangrijkste functie is "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Medium Premium

Download Medium Premium-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Medium Premium Medium Premium
ID gingmakaicaahbfjipopapefpkehhelk
Officiële URL https://chromewebstore.google.com/detail/medium-premium/gingmakaicaahbfjipopapefpkehhelk
Beschrijving It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.
Bestandsgrootte 13.21 KB
Aantal Installaties 614
Huidige Versie 1.0
Laatst Bijgewerkt 2023-04-03
Publicatiedatum 2023-04-02
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Arun Kumar Dave
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}