YouTube Auto Ad-Skipper

This extension skip ads on YouTube automatically.

YouTube Auto Ad-Skipperคืออะไร?

YouTube Auto Ad-Skipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cavosz และคุณลักษณะหลักของมันคือ "This extension skip ads on YouTube automatically."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Auto Ad-Skipper

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

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

                        Extension automatically click the skip button on YouTube when it's available. 
This extension does not block ads or skip ads on other websites.                    

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

ชื่อ YouTube Auto Ad-Skipper YouTube Auto Ad-Skipper
ID kccbenoebeilhnjknnfokiojlnkmcoel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-auto-ad-skipper/kccbenoebeilhnjknnfokiojlnkmcoel
คำอธิบาย This extension skip ads on YouTube automatically.
ขนาดไฟล์ 27.09 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-10-18
วันที่เผยแพร่ 2022-10-17
ผู้พัฒนา Cavosz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Auto Ad-Skipper",
    "description": "This extension skip ads on YouTube automatically.",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_title": "Skip ads YT",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}