Medium redirector
A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
Wat is Medium redirector?
Medium redirector is een Chrome-extensie ontwikkeld door https://mtiifa.github.io, en de belangrijkste functie is "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.".
Extensie Screenshots
Download het CRX-bestand van de extensie Medium redirector
Download Medium redirector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | oamhanfbbibdigfbcmgnmonhjnlmjepj |
| Officiële URL | https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj |
| Beschrijving | A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it. |
| Bestandsgrootte | 42.36 KB |
| Aantal Installaties | 228 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2022-08-25 |
| Publicatiedatum | 2021-03-19 |
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://mtiifa.github.io |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |