Leboncoin Plus

Ajoute des informations importantes aux annonces sur Leboncoin

Wat is Leboncoin Plus?

Leboncoin Plus is een Chrome-extensie ontwikkeld door Imowt, en de belangrijkste functie is "Ajoute des informations importantes aux annonces sur Leboncoin".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Leboncoin Plus

Download Leboncoin Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Leboncoin Plus Leboncoin Plus
ID anffbjcnccdppeebnhmdpfifchjjjmgc
Officiële URL https://chromewebstore.google.com/detail/leboncoin-plus/anffbjcnccdppeebnhmdpfifchjjjmgc
Beschrijving Ajoute des informations importantes aux annonces sur Leboncoin
Bestandsgrootte 17.94 KB
Aantal Installaties 78
Huidige Versie 1.4
Laatst Bijgewerkt 2024-02-05
Publicatiedatum 2023-11-29
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Imowt
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}