Medium Premium

It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.

Что такое Medium Premium?

Medium Premium - это расширение Chrome, разработанное Arun Kumar Dave, и его основная функция - "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.".

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

screenshot

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

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

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

                        A simple chrome extension that loads Premium content of Medium blog of the current tab                    

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

Название Medium Premium Medium Premium
ID gingmakaicaahbfjipopapefpkehhelk
Официальный URL https://chromewebstore.google.com/detail/medium-premium/gingmakaicaahbfjipopapefpkehhelk
Описание It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.
Размер файла 13.21 KB
Количество установок 614
Текущая Версия 1.0
Последнее Обновление 2023-04-03
Дата публикации 2023-04-02
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Arun Kumar Dave
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Medium Premium",
    "version": "1.0",
    "description": "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.",
    "permissions": [
        "activeTab",
        "incognito",
        "tabs",
        "scripting",
        "https:\/\/*.medium.com\/*"
    ],
    "action": {
        "default_title": "Medium Premium",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}