Medium for All

Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.

Qu'est-ce que Medium for All ?

Medium for All est une extension Chrome développée par Himanshu Yadav, et sa fonction principale est "Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Medium for All

Téléchargez les fichiers d'extension Medium for All 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

                        Read unlimited premium articles from any medium.com associated website including towardsdatascience.com, uxdesign.cc and many more.                    

Informations de Base sur l'Extension

Nom Medium for All Medium for All
ID iiakpffjljhppecmbiklaokmnbacpooa
URL Officiel https://chromewebstore.google.com/detail/medium-for-all/iiakpffjljhppecmbiklaokmnbacpooa
Description Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.
Taille du Fichier 10.08 KB
Nombre d'Installations 2,649
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-03-17
Date de Publication 2022-03-17
Évaluation 1.94/5 Total 17 Évaluations
Développeur Himanshu Yadav
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium for All",
    "version": "1.0.0",
    "description": "Browse articles from medium.com and any other medium website including towardsdatascience.com, uxdesign.cc and more for free.",
    "manifest_version": 3,
    "author": "Himanshu Yadav",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "cookies",
        "scripting",
        "webRequest"
    ]
}