Medium redirector
A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
Cos'è Medium redirector?
Medium redirector è un'estensione di Chrome sviluppata da https://mtiifa.github.io, e la sua funzione principale è "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Medium redirector
Scarica i file di estensione Medium redirector 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
By redirecting All Medium.com blogs to a mirror website, Now you can explore the blog if you were not able to access it due to the ISP or the organization's restrictions. Informazioni di Base sull'Estensione
| Nome | |
| ID | oamhanfbbibdigfbcmgnmonhjnlmjepj |
| URL Ufficiale | https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj |
| Descrizione | A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it. |
| Dimensione del File | 42.36 KB |
| Conteggio Installazioni | 228 |
| Versione Corrente | 1.5 |
| Ultimo Aggiornamento | 2022-08-25 |
| Data di Pubblicazione | 2021-03-19 |
| Valutazione | 4.67/5 Totale 3 Valutazioni |
| Sviluppatore | https://mtiifa.github.io |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Medium redirector",
"version": "1.5",
"author": "Mo'men Tawfik",
"permissions": [
"webNavigation"
],
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"description": "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.",
"icons": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"64": "icons\/64x64.png",
"128": "icons\/128x128.png",
"256": "icons\/256x256.png"
}
} | |