AnnotationsLeBonCoin
une extension pour masquer ou annoter des annonces sur LeBonCoin
Что такое AnnotationsLeBonCoin?
AnnotationsLeBonCoin - это расширение Chrome, разработанное https://asmidio.com, и его основная функция - "une extension pour masquer ou annoter des annonces sur LeBonCoin".
Снимки экрана расширения
Скачать файл CRX расширения AnnotationsLeBonCoin
Скачайте файлы расширений AnnotationsLeBonCoin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Gagnez du temps lors de vos recherches sur LeBonCoin ! - Masquez les annonces qui ne vous intéressent pas - Ajoutez vos propres notes directement sur l'annonce Les données sont synchronisées automatiquement sur tous vos appareils
Основная информация о расширении
Название | AnnotationsLeBonCoin |
ID | bnmdelchgomjpijchfoccgpgokjmhpdf |
Официальный URL | https://chromewebstore.google.com/detail/annotationsleboncoin/bnmdelchgomjpijchfoccgpgokjmhpdf |
Описание | une extension pour masquer ou annoter des annonces sur LeBonCoin |
Размер файла | 30.54 KB |
Количество установок | 34 |
Текущая Версия | 1.3 |
Последнее Обновление | 2021-04-22 |
Дата публикации | 2020-10-13 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://asmidio.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://asmidio.com/privacy-policy |
Поддерживаемые языки | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AnnotationsLeBonCoin", "version": "1.3", "description": "une extension pour masquer ou annoter des annonces sur LeBonCoin", "icons": { "48": "icons\/icon-48.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.leboncoin.fr\/*" ], "js": [ "browser-polyfill.min.js", "expert.min.js" ], "css": [ "expert.css" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version2": "57.0" } }, "permissions": [ "storage" ], "web_accessible_resources": [ "images\/hide.png", "images\/note.png" ], "options_ui": { "page": "options.html", "browser_style": true } } |