Leboncoin Plus

Ajoute des informations importantes aux annonces sur Leboncoin

What is Leboncoin Plus?

Leboncoin Plus is a Chrome extension developed by Imowt, and its main feature is "Ajoute des informations importantes aux annonces sur Leboncoin".

Extension Screenshots

screenshot
screenshot

Download Leboncoin Plus Extension CRX File

Download Leboncoin Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Leboncoin Plus Leboncoin Plus
ID anffbjcnccdppeebnhmdpfifchjjjmgc
Official URL https://chromewebstore.google.com/detail/leboncoin-plus/anffbjcnccdppeebnhmdpfifchjjjmgc
Description Ajoute des informations importantes aux annonces sur Leboncoin
File Size 17.94 KB
Installation Count 78
Current Version 1.4
Last Updated 2024-02-05
Publish Date 2023-11-29
Rating 5.00/5 Total 2 Ratings
Developer Imowt
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}