AutoTrader AdBlock

Get rid of the promoted listings on autotrader

AutoTrader AdBlockคืออะไร?

AutoTrader AdBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kingsleyknight และคุณลักษณะหลักของมันคือ "Get rid of the promoted listings on autotrader"

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

screenshot

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

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

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

                        A simple extension that removes the promoted listing from AutoTrader                    

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

ชื่อ AutoTrader AdBlock AutoTrader AdBlock
ID knonepnighjggajmcccdkfcidomekemh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autotrader-adblock/knonepnighjggajmcccdkfcidomekemh
คำอธิบาย Get rid of the promoted listings on autotrader
ขนาดไฟล์ 16.99 KB
จำนวนการติดตั้ง 364
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-04-14
วันที่เผยแพร่ 2020-01-18
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา kingsleyknight
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoTrader AdBlock",
    "description": "Get rid of the promoted listings on autotrader",
    "version": "1.0.1",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.autotrader.co.uk\/*"
            ],
            "js": [
                "hidePromoted.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}