Leboncoin Plus
Ajoute des informations importantes aux annonces sur Leboncoin
Leboncoin Plusคืออะไร?
Leboncoin Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Imowt และคุณลักษณะหลักของมันคือ "Ajoute des informations importantes aux annonces sur Leboncoin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Leboncoin Plus
ดาวน์โหลดไฟล์ส่วนขยาย Leboncoin Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- la date de première publication - l'ancien prix Et d'autres informations sur l'immobilier
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Leboncoin Plus |
ID | anffbjcnccdppeebnhmdpfifchjjjmgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/leboncoin-plus/anffbjcnccdppeebnhmdpfifchjjjmgc |
คำอธิบาย | Ajoute des informations importantes aux annonces sur Leboncoin |
ขนาดไฟล์ | 17.94 KB |
จำนวนการติดตั้ง | 78 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2024-02-05 |
วันที่เผยแพร่ | 2023-11-29 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Imowt |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Leboncoin Plus", "version": "1.4", "description": "Ajoute des informations importantes aux annonces sur Leboncoin", "permissions": [], "action": { "default_icon": "icon.png" }, "icons": { "48": "icon.png" }, "content_scripts": [ { "world": "MAIN", "matches": [ "https:\/\/www.leboncoin.fr\/*" ], "js": [ "enriched.js" ], "run_at": "document_start" } ] } |