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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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 } } |