Medium Unblocker

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

Cos'è Medium Unblocker?

Medium Unblocker è un'estensione di Chrome sviluppata da Paul Ashraf, e la sua funzione principale è "A small Chrome extension that bypasses the block on the website "Medium"".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Medium Unblocker

Scarica i file di estensione Medium Unblocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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`.                    

Informazioni di Base sull'Estensione

Nome Medium Unblocker Medium Unblocker
ID dbannipnecjbkocecnoedgfddobboell
URL Ufficiale https://chromewebstore.google.com/detail/medium-unblocker/dbannipnecjbkocecnoedgfddobboell
Descrizione A small Chrome extension that bypasses the block on the website "Medium"
Dimensione del File 107 KB
Conteggio Installazioni 504
Versione Corrente 0.1
Ultimo Aggiornamento 2020-10-13
Data di Pubblicazione 2020-10-12
Valutazione 3.20/5 Totale 5 Valutazioni
Sviluppatore Paul Ashraf
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.paulashraf.com/
URL della Pagina di Aiuto https://paypal.me/paulashraf
Lingue Supportate 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
}