AnnotationsLeBonCoin

une extension pour masquer ou annoter des annonces sur LeBonCoin

AnnotationsLeBonCoinとは何ですか?

AnnotationsLeBonCoinはhttps://asmidio.comによって開発されたChromeの拡張機能で、その主な機能は「une extension pour masquer ou annoter des annonces sur LeBonCoin」です。

拡張機能のスクリーンショット

screenshot
screenshot

AnnotationsLeBonCoin拡張機能のCRXファイルをダウンロード

AnnotationsLeBonCoin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Gagnez du temps lors de vos recherches sur LeBonCoin !
  - Masquez les annonces qui ne vous intéressent pas
  - Ajoutez vos propres notes directement sur l'annonce

Les données sont synchronisées automatiquement sur tous vos appareils                    

拡張機能の基本情報

名前 AnnotationsLeBonCoin AnnotationsLeBonCoin
ID bnmdelchgomjpijchfoccgpgokjmhpdf
公式URL https://chromewebstore.google.com/detail/annotationsleboncoin/bnmdelchgomjpijchfoccgpgokjmhpdf
説明 une extension pour masquer ou annoter des annonces sur LeBonCoin
ファイルサイズ 30.54 KB
インストール数 34
現在のバージョン 1.3
最終更新日 2021-04-22
公開日 2020-10-13
評価 5.00/5 合計 1 レビュー
開発者 https://asmidio.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://asmidio.com/privacy-policy
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AnnotationsLeBonCoin",
    "version": "1.3",
    "description": "une extension pour masquer ou annoter des annonces sur LeBonCoin",
    "icons": {
        "48": "icons\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.leboncoin.fr\/*"
            ],
            "js": [
                "browser-polyfill.min.js",
                "expert.min.js"
            ],
            "css": [
                "expert.css"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version2": "57.0"
        }
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "images\/hide.png",
        "images\/note.png"
    ],
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    }
}