Leboncoin Plus

Ajoute des informations importantes aux annonces sur Leboncoin

什麼是Leboncoin Plus?

Leboncoin Plus是由Imowt開發的Chrome擴展程式,該擴展的主要功能是“Ajoute des informations importantes aux annonces sur Leboncoin”。

擴展截圖

screenshot
screenshot

下載Leboncoin Plus擴展crx文件

下載Leboncoin Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Leboncoin Plus Leboncoin Plus
ID anffbjcnccdppeebnhmdpfifchjjjmgc
官方網址 https://chromewebstore.google.com/detail/leboncoin-plus/anffbjcnccdppeebnhmdpfifchjjjmgc
簡介 Ajoute des informations importantes aux annonces sur Leboncoin
檔案大小 17.94 KB
安裝次數 78
目前版本 1.4
更新時間 2024-02-05
上架時間 2023-11-29
評分 5.00/5 共 2 次評分
開發者 Imowt
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
        }
    ]
}