Leboncoin Plus

Ajoute des informations importantes aux annonces sur Leboncoin

Cos'è Leboncoin Plus?

Leboncoin Plus è un'estensione di Chrome sviluppata da Imowt, e la sua funzione principale è "Ajoute des informations importantes aux annonces sur Leboncoin".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Leboncoin Plus

Scarica i file di estensione Leboncoin Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Leboncoin Plus Leboncoin Plus
ID anffbjcnccdppeebnhmdpfifchjjjmgc
URL Ufficiale https://chromewebstore.google.com/detail/leboncoin-plus/anffbjcnccdppeebnhmdpfifchjjjmgc
Descrizione Ajoute des informations importantes aux annonces sur Leboncoin
Dimensione del File 17.94 KB
Conteggio Installazioni 78
Versione Corrente 1.4
Ultimo Aggiornamento 2024-02-05
Data di Pubblicazione 2023-11-29
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Imowt
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}