Medium redirector
A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
Was ist Medium redirector?
Medium redirector ist eine Chrome-Erweiterung, die von https://mtiifa.github.io entwickelt wurde, und ihr Hauptmerkmal ist "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.".
Erweiterungsscreenshots
Medium redirector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Medium redirector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oamhanfbbibdigfbcmgnmonhjnlmjepj |
| Offizielle URL | https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj |
| Beschreibung | A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it. |
| Dateigröße | 42.36 KB |
| Installationsanzahl | 228 |
| Aktuelle Version | 1.5 |
| Letztes Update | 2022-08-25 |
| Veröffentlichungsdatum | 2021-03-19 |
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
| Entwickler | https://mtiifa.github.io |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |