AnnotationsLeBonCoin

une extension pour masquer ou annoter des annonces sur LeBonCoin

AnnotationsLeBonCoinคืออะไร?

AnnotationsLeBonCoin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://asmidio.com และคุณลักษณะหลักของมันคือ "une extension pour masquer ou annoter des annonces sur LeBonCoin"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AnnotationsLeBonCoin

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
    }
}