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
公式URL 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
Eメール [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"
        }
    ]
}