Unlimited Medium

A browser extension that allows you to enjoy unlimited medium articles with just a click !

Qu'est-ce que Unlimited Medium ?

Unlimited Medium est une extension Chrome développée par issammani, et sa fonction principale est "A browser extension that allows you to enjoy unlimited medium articles with just a click !".

Captures d'Écran de l'Extension

screenshot

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

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

                        NOTE: UNLIMITED MEDIUM HAS RECENTLY UNDERGONE A HUGE UPDATE. 
If you have encountred issues before, you should give it a second try now. Many problems were solved and the extension now supports self hosted blogs !

Are you tired of seeing this message "You have reached your monthly limit" ? Then this is the perfect extension for you.

It's as easy as 123 :
- Read
- Reach the monthly limit
- Click the icon
- Repeat

Ta-da 🎉 you just got 3 new articles !

For more checkout the project repo                    

Informations de Base sur l'Extension

Nom Unlimited Medium Unlimited Medium
ID medpfcealkejgpagldhgadbfaejjacaa
URL Officiel https://chromewebstore.google.com/detail/unlimited-medium/medpfcealkejgpagldhgadbfaejjacaa
Description A browser extension that allows you to enjoy unlimited medium articles with just a click !
Taille du Fichier 41.22 KB
Nombre d'Installations 20,000
Version Actuelle 2.0.0
Dernière Mise à Jour 2022-03-06
Date de Publication 2020-06-28
Évaluation 2.68/5 Total 85 Évaluations
Développeur issammani
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/issammani/unlimited-medium
URL de la Page d'Aide https://github.com/issammani/unlimited-medium
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unlimited Medium",
    "version": "2.0.0",
    "description": "A browser extension that allows you to enjoy unlimited medium articles with just a click !",
    "permissions": [
        "",
        "tabs",
        "cookies",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/unlimited-medium-16.png",
            "32": "assets\/unlimited-medium-32.png",
            "48": "assets\/unlimited-medium-48.png",
            "128": "assets\/unlimited-medium-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "assets\/unlimited-medium-16.png",
        "32": "assets\/unlimited-medium-32.png",
        "48": "assets\/unlimited-medium-48.png",
        "128": "assets\/unlimited-medium-128.png"
    },
    "web_accessible_resources": [],
    "manifest_version": 2
}