Leboncoin Plus

Ajoute des informations importantes aux annonces sur Leboncoin

Was ist Leboncoin Plus?

Leboncoin Plus ist eine Chrome-Erweiterung, die von Imowt entwickelt wurde, und ihr Hauptmerkmal ist "Ajoute des informations importantes aux annonces sur Leboncoin".

Erweiterungsscreenshots

screenshot
screenshot

Leboncoin Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Leboncoin Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Leboncoin Plus Leboncoin Plus
ID anffbjcnccdppeebnhmdpfifchjjjmgc
Offizielle URL https://chromewebstore.google.com/detail/leboncoin-plus/anffbjcnccdppeebnhmdpfifchjjjmgc
Beschreibung Ajoute des informations importantes aux annonces sur Leboncoin
Dateigröße 17.94 KB
Installationsanzahl 78
Aktuelle Version 1.4
Letztes Update 2024-02-05
Veröffentlichungsdatum 2023-11-29
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Imowt
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}