LBC Checker - Alertes Leboncoin
Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…
什么是LBC Checker - Alertes Leboncoin?
LBC Checker - Alertes Leboncoin是由Kyldo开发的Chrome扩展程序,该扩展的主要功能是“Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…”。
扩展截图
下载LBC Checker - Alertes Leboncoin扩展crx文件
下载LBC Checker - Alertes Leboncoin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez là et soyez LES PREMIERS NOTIFIÉS dès la mise en ligne d'une nouvelle annonce.
扩展基本信息
名称 | LBC Checker - Alertes Leboncoin |
ID | jlcghcjiphiekdnjfibellmlchiehnda |
官方URL | https://chromewebstore.google.com/detail/lbc-checker-alertes-lebon/jlcghcjiphiekdnjfibellmlchiehnda |
简介 | Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez… |
文件大小 | 649 KB |
安装次数 | 22 |
当前版本 | 1.0.1 |
更新时间 | 2019-10-20 |
上架时间 | 2019-10-20 |
开发者 | Kyldo |
付费类型 | free |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "LBC Checker", "name": "LBC Checker - Alertes Leboncoin ", "version": "1.0.1", "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "https:\/\/*.leboncoin.fr\/", "webRequest", "webRequestBlocking", "storage", "tabs", "alarms", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.leboncoin.fr\/recherche\/*", "https:\/\/www.leboncoin.fr\/annonces\/offres\/" ], "js": [ "\/tuto\/tuto.js" ] } ], "web_accessible_resources": [ "\/tuto\/*", "\/images\/*" ], "browser_action": { "default_title": "Notilyo Mail", "default_popup": "popup.html", "default_icon": { "16": "images\/octopus.png", "32": "images\/octopus.png", "48": "images\/octopus.png", "128": "images\/octopus.png" } }, "icons": { "16": "images\/octopus.png", "32": "images\/octopus.png", "48": "images\/octopus.png", "128": "images\/octopus.png" } } |