Leboncoin Plus

Ajoute des informations importantes aux annonces sur Leboncoin

Co je Leboncoin Plus?

Leboncoin Plus je rozšíření Chrome vyvinuté Imowt, a jeho hlavní funkcí je „Ajoute des informations importantes aux annonces sur Leboncoin“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Leboncoin Plus

Stáhněte si soubory rozšíření Leboncoin Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Leboncoin Plus Leboncoin Plus
ID anffbjcnccdppeebnhmdpfifchjjjmgc
Oficiální URL https://chromewebstore.google.com/detail/leboncoin-plus/anffbjcnccdppeebnhmdpfifchjjjmgc
Popis Ajoute des informations importantes aux annonces sur Leboncoin
Velikost souboru 17.94 KB
Počet instalací 78
Aktuální Verze 1.4
Poslední Aktualizace 2024-02-05
Datum Vydání 2023-11-29
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Imowt
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}