Medium Parser

Read medium based articles for free.

Что такое Medium Parser?

Medium Parser - это расширение Chrome, разработанное https://medium-parser-ext.vercel.app, и его основная функция - "Read medium based articles for free.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Medium Parser

Скачайте файлы расширений Medium Parser в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Access Medium membership articles for free with the Medium Parser browser extension! 

It lets you read member-only articles on medium using Google Web Cache or Archive.is. Plus, it can even find articles from external publishers and provide links to read the full content through Google search. Enjoy your free reading!

Source code: https://github.com/Xatta-Trone/medium-parser-extension
Support/Donate: https://www.paypal.com/paypalme/monzurulislam1112?country.x=US&locale.x=en_US                    

Основная информация о расширении

Название Medium Parser Medium Parser
ID bdkfodcnmgegolifeafnpbgjnjfohado
Официальный URL https://chromewebstore.google.com/detail/medium-parser/bdkfodcnmgegolifeafnpbgjnjfohado
Описание Read medium based articles for free.
Размер файла 493 KB
Количество установок 1,000
Текущая Версия 1.5.3
Последнее Обновление 2024-02-25
Дата публикации 2024-02-23
Рейтинг 5.00/5 Всего 7 оценок
Разработчик https://medium-parser-ext.vercel.app
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Xatta-Trone/medium-parser-extension
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Medium Parser",
    "version": "1.5.3",
    "description": "Read medium based articles for free.",
    "icons": {
        "16": "img\/icon16.jpg",
        "32": "img\/icon32.jpg",
        "48": "img\/icon48.jpg",
        "64": "img\/icon64.jpg",
        "128": "img\/icon128.jpg",
        "96": "img\/icon96.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}