Geen advertenties op Marktplaats

Deze extensie verwijderd alle Marktplaats advertenties.

Geen advertenties op Marktplaatsคืออะไร?

Geen advertenties op Marktplaats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย snijderd และคุณลักษณะหลักของมันคือ "Deze extensie verwijderd alle Marktplaats advertenties."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Geen advertenties op Marktplaats

ดาวน์โหลดไฟล์ส่วนขยาย Geen advertenties op Marktplaats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Met deze Google Chrome extensie hoeft u niet langer naar advertenties te kijken op marktplaats. Hierdoor ziet u alleen de advertenties waarvoor u marktplaats in de eerste plaats voor bezoekt.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Geen advertenties op Marktplaats Geen advertenties op Marktplaats
ID ilckkolfecjdpckafbbjlgcobboignja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/geen-advertenties-op-mark/ilckkolfecjdpckafbbjlgcobboignja
คำอธิบาย Deze extensie verwijderd alle Marktplaats advertenties.
ขนาดไฟล์ 13.17 KB
จำนวนการติดตั้ง 154
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2015-01-07
วันที่เผยแพร่ 2015-01-07
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา snijderd
ประเภทการชำระเงิน free
ภาษาที่รองรับ nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geen advertenties op Marktplaats",
    "short_name": "Geen advertenties op Marktplaats",
    "description": "Deze extensie verwijderd alle Marktplaats advertenties.",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.marktplaats.nl\/*"
            ],
            "js": [
                "remove.js"
            ]
        }
    ]
}