LBC Checker - Alertes Leboncoin
Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…
What is LBC Checker - Alertes Leboncoin?
LBC Checker - Alertes Leboncoin is a Chrome extension developed by Kyldo, and its main feature is "Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…".
Extension Screenshots
Download LBC Checker - Alertes Leboncoin Extension CRX File
Download LBC Checker - Alertes Leboncoin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | LBC Checker - Alertes Leboncoin |
ID | jlcghcjiphiekdnjfibellmlchiehnda |
Official URL | https://chromewebstore.google.com/detail/lbc-checker-alertes-lebon/jlcghcjiphiekdnjfibellmlchiehnda |
Description | Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez… |
File Size | 649 KB |
Installation Count | 22 |
Current Version | 1.0.1 |
Last Updated | 2019-10-20 |
Publish Date | 2019-10-20 |
Developer | Kyldo |
Payment Type | free |
Supported Languages | 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" } } |