lemonde.fr, free access to articles
This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.
Что такое lemonde.fr, free access to articles?
lemonde.fr, free access to articles - это расширение Chrome, разработанное jonathan.giamporcaro, и его основная функция - "This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.".
Скачать файл CRX расширения lemonde.fr, free access to articles
Скачайте файлы расширений lemonde.fr, free access to articles в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Thanks to this extension, the articles reserved for the subscribers are accessible for free. No manipulation is necessary.
Основная информация о расширении
Название | |
ID | nbeeecoedflkhbehemlbljgkdcmgpcdc |
Официальный URL | https://chrome.google.com/webstore/detail/lemondefr-free-access-to/nbeeecoedflkhbehemlbljgkdcmgpcdc |
Описание | This extension gives you a free access to the Zen mode of all articles on lemonde.fr website. |
Размер файла | 11.71 KB |
Количество установок | 144 |
Текущая Версия | 1.1 |
Последнее Обновление | 2017-05-22 |
Дата публикации | 2017-05-22 |
Рейтинг | 1.00/5 Всего 2 оценок |
Разработчик | jonathan.giamporcaro |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "lemonde.fr, free access to articles", "short_name": "lemonde hack", "description": "This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.", "version": "1.1", "version_name": "1.1, version stable", "offline_enabled": true, "icons": { "16": "icons\/icons16.png", "48": "icons\/icons48.png", "128": "icons\/icons128.png" }, "browser_action": { "default_title": "lemonde hack", "default_icon": { "19": "icons\/icons19.png", "38": "icons\/icons38.png" } }, "content_scripts": [ { "matches": [ "http:\/\/www.lemonde.fr\/*", "https:\/\/www.lemonde.fr\/*" ], "css": [ "main.css" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |