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 |
官方網址 | 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" } } |