Medium redirector
A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
Co je Medium redirector?
Medium redirector je rozšíření Chrome vyvinuté https://mtiifa.github.io, a jeho hlavní funkcí je „A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Medium redirector
Stáhněte si soubory rozšíření Medium redirector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Medium redirector |
ID | oamhanfbbibdigfbcmgnmonhjnlmjepj |
Oficiální URL | https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj |
Popis | A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it. |
Velikost souboru | 42.36 KB |
Počet instalací | 228 |
Aktuální Verze | 1.5 |
Poslední Aktualizace | 2022-08-25 |
Datum Vydání | 2021-03-19 |
Hodnocení | 4.67/5 Celkem 3 Hodnocení |
Vývojář | https://mtiifa.github.io |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |