Medium Premium

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

Qu'est-ce que Medium Premium ?

Medium Premium est une extension Chrome développée par Arun Kumar Dave, et sa fonction principale est "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Medium Premium

Téléchargez les fichiers d'extension Medium Premium au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Medium Premium Medium Premium
ID gingmakaicaahbfjipopapefpkehhelk
URL Officiel https://chromewebstore.google.com/detail/medium-premium/gingmakaicaahbfjipopapefpkehhelk
Description It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.
Taille du Fichier 13.21 KB
Nombre d'Installations 614
Version Actuelle 1.0
Dernière Mise à Jour 2023-04-03
Date de Publication 2023-04-02
Évaluation 3.00/5 Total 2 Évaluations
Développeur Arun Kumar Dave
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}