Leboncoin Plus

Ajoute des informations importantes aux annonces sur Leboncoin

Hvad er Leboncoin Plus?

Leboncoin Plus er en Chrome-udvidelse udviklet af Imowt, og dens hovedfunktion er "Ajoute des informations importantes aux annonces sur Leboncoin".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Leboncoin Plus-udvidelses-CRX-fil

Download Leboncoin Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Leboncoin Plus Leboncoin Plus
ID anffbjcnccdppeebnhmdpfifchjjjmgc
Officiel URL https://chromewebstore.google.com/detail/leboncoin-plus/anffbjcnccdppeebnhmdpfifchjjjmgc
Beskrivelse Ajoute des informations importantes aux annonces sur Leboncoin
Filstørrelse 17.94 KB
Antal Installationer 78
Nuværende Version 1.4
Senest Opdateret 2024-02-05
Udgivelsesdato 2023-11-29
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Imowt
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}