Medium Unblocker

A small Chrome extension that bypasses the block on the website "Medium"

Qu'est-ce que Medium Unblocker ?

Medium Unblocker est une extension Chrome développée par Paul Ashraf, et sa fonction principale est "A small Chrome extension that bypasses the block on the website "Medium"".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Medium Unblocker 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 small Chrome extension that bypasses the block on the website "Medium". It listens for urls starting with `https://medium.com/` and adds a `.` after the `.com`.                    

Informations de Base sur l'Extension

Nom Medium Unblocker Medium Unblocker
ID dbannipnecjbkocecnoedgfddobboell
URL Officiel https://chromewebstore.google.com/detail/medium-unblocker/dbannipnecjbkocecnoedgfddobboell
Description A small Chrome extension that bypasses the block on the website "Medium"
Taille du Fichier 107 KB
Nombre d'Installations 504
Version Actuelle 0.1
Dernière Mise à Jour 2020-10-13
Date de Publication 2020-10-12
Évaluation 3.20/5 Total 5 Évaluations
Développeur Paul Ashraf
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.paulashraf.com/
URL de la Page d'Aide https://paypal.me/paulashraf
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium Unblocker",
    "version": "0.1",
    "description": "A small Chrome extension that bypasses the block on the website \"Medium\"",
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}