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 هو إضافة Chrome تم تطويرها بواسطة Kyldo، والميزة الرئيسية لها هي "Une extension simple pour être notifié lors de la nouvelle publication d'une annonce LeBonCoin. Créez votre alerte, sauvegardez…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LBC Checker - Alertes Leboncoin
قم بتنزيل ملفات الامتداد LBC Checker - Alertes Leboncoin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |