La rep Bypass PayWall

Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome…

Что такое La rep Bypass PayWall?

La rep Bypass PayWall - это расширение Chrome, разработанное Dan Monceau, и его основная функция - "Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome…".

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

screenshot

Скачать файл CRX расширения La rep Bypass PayWall

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

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

                        Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome extension instantly transforms the presentation of articles, providing a significantly improved reading experience.                    

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

Название La rep Bypass PayWall La rep Bypass PayWall
ID kgemhkkddophjppkheljcphmibffkoal
Официальный URL https://chromewebstore.google.com/detail/la-rep-bypass-paywall/kgemhkkddophjppkheljcphmibffkoal
Описание Tired of struggling with an unreadable layout on larep.fr? This extension is here to solve this problem! Our revolutionary Chrome…
Размер файла 4.21 KB
Количество установок 250
Текущая Версия 1.0
Последнее Обновление 2023-12-21
Дата публикации 2023-12-21
Рейтинг 3.00/5 Всего 2 оценок
Разработчик Dan Monceau
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "La rep Bypass PayWall",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.larep.fr\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}