Youtube Ad Remover

This extension will remove Youtube ads for you.

Youtube Ad Removerคืออะไร?

Youtube Ad Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kinshuk1911 และคุณลักษณะหลักของมันคือ "This extension will remove Youtube ads for you."

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

screenshot

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

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

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

                        Youtube ad remover makes Youtube more fun.
This extension aso removes banner ads for you, so all you have to do is just to download this chrome extension and sit back and enjoy youtube videos.

Note: This extension does not remove ads. It just skips ads as soon as their appear and no you don't even need to wait for 5 seconds for the skip ad button to appear.                    

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

ชื่อ Youtube Ad Remover Youtube Ad Remover
ID nlmlilggecopcgfjfmhcioahbfoinpaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-ad-remover/nlmlilggecopcgfjfmhcioahbfoinpaa
คำอธิบาย This extension will remove Youtube ads for you.
ขนาดไฟล์ 5.42 KB
จำนวนการติดตั้ง 533
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-01-12
วันที่เผยแพร่ 2021-12-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา kinshuk1911
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Ad Remover",
    "version": "1.1",
    "description": "This extension will remove Youtube ads for you.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}