Leboncoin Plus

Ajoute des informations importantes aux annonces sur Leboncoin

ما هو Leboncoin Plus؟

Leboncoin Plus هو إضافة Chrome تم تطويرها بواسطة Imowt، والميزة الرئيسية لها هي "Ajoute des informations importantes aux annonces sur Leboncoin".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Leboncoin Plus

قم بتنزيل ملفات الامتداد Leboncoin Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        - la date de première publication
- l'ancien prix
Et d'autres informations sur l'immobilier                    

معلومات أساسية عن التمديد

الاسم Leboncoin Plus 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"
        }
    ]
}