Read Medium for free
Read Medium stories without leaving the page if you reached to free reading limit
Что такое Read Medium for free?
Read Medium for free - это расширение Chrome, разработанное pavel.maskevich, и его основная функция - "Read Medium stories without leaving the page if you reached to free reading limit".
Снимки экрана расширения
Скачать файл CRX расширения Read Medium for free
Скачайте файлы расширений Read Medium for free в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension only fetches Medium article without cookies and replace page content, like the opening article in incognito mode. The extension is run only when you have reached to free reading limit and does not make any request outside of Medium.
Основная информация о расширении
Название | |
ID | fkbjjjnjofeenflcinnhhnoniohnjepm |
Официальный URL | https://chrome.google.com/webstore/detail/read-medium-for-free/fkbjjjnjofeenflcinnhhnoniohnjepm |
Описание | Read Medium stories without leaving the page if you reached to free reading limit |
Размер файла | 30.5 KB |
Количество установок | 80 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-03-30 |
Дата публикации | 2021-03-30 |
Разработчик | pavel.maskevich |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/maskalek/read-medium-extension |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read Medium for free", "version": "1.0", "manifest_version": 2, "description": "Read Medium stories without leaving the page if you reached to free reading limit", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "permissions": [ "activeTab" ], "browser_action": [] } |