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
官方網址 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
電子郵箱 [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
    }
}