Medium redirector
A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
Что такое Medium redirector?
Medium redirector - это расширение Chrome, разработанное https://mtiifa.github.io, и его основная функция - "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.".
Снимки экрана расширения
Скачать файл CRX расширения Medium redirector
Скачайте файлы расширений Medium redirector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Medium redirector |
ID | oamhanfbbibdigfbcmgnmonhjnlmjepj |
Официальный URL | https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj |
Описание | A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it. |
Размер файла | 42.36 KB |
Количество установок | 228 |
Текущая Версия | 1.5 |
Последнее Обновление | 2022-08-25 |
Дата публикации | 2021-03-19 |
Рейтинг | 4.67/5 Всего 3 оценок |
Разработчик | https://mtiifa.github.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |