YouTube lightweight AdBlock

The best perfomance and lightweight Youtube Ads remove extension

YouTube lightweight AdBlockคืออะไร?

YouTube lightweight AdBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ilya Koz และคุณลักษณะหลักของมันคือ "The best perfomance and lightweight Youtube Ads remove extension"

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

screenshot

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

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

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

                        Removing is-stream videos from youtube.com                    

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

ชื่อ YouTube lightweight AdBlock YouTube lightweight AdBlock
ID iedeabnadclhncepibdpflejlfdnfbkk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-lightweight-adblo/iedeabnadclhncepibdpflejlfdnfbkk
คำอธิบาย The best perfomance and lightweight Youtube Ads remove extension
ขนาดไฟล์ 4.36 KB
จำนวนการติดตั้ง 107
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-03-17
วันที่เผยแพร่ 2021-03-17
ผู้พัฒนา Ilya Koz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube lightweight AdBlock",
    "version": "1.0",
    "description": "The best perfomance and lightweight Youtube Ads remove extension",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "youtube.css"
            ],
            "js": [
                "youtube.js"
            ]
        }
    ],
    "manifest_version": 2
}