Medium redirector
A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
Co to jest Medium redirector?
Medium redirector to rozszerzenie Chrome opracowane przez https://mtiifa.github.io, a jego główną funkcją jest „A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Medium redirector
Pobierz pliki rozszerzeń Medium redirector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oamhanfbbibdigfbcmgnmonhjnlmjepj |
| Oficjalny URL | https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj |
| Opis | A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it. |
| Rozmiar pliku | 42.36 KB |
| Liczba instalacji | 228 |
| Aktualna Wersja | 1.5 |
| Ostatnia Aktualizacja | 2022-08-25 |
| Data Publikacji | 2021-03-19 |
| Ocena | 4.67/5 Łącznie 3 Oceny |
| Deweloper | https://mtiifa.github.io |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |