Youtube Ad Skipper

Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.

Youtube Ad Skipperคืออะไร?

Youtube Ad Skipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Avinash Sakhreliya และคุณลักษณะหลักของมันคือ "Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad."

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

screenshot

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

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

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

                        New Update: Fix YouTube auto skip ad issue

YouTube Ad Skipper is an add-on for auto skips video ads and close all other ads after website provides a skip ad button. It does not block an ad. So you can now sit on your sofa and watch movie without any interruption.

Currently Supported Websites:

1. YouTube                    

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

ชื่อ Youtube Ad Skipper Youtube Ad Skipper
ID cheolhficilobbjkgdinaobglkppmckc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-ad-skipper/cheolhficilobbjkgdinaobglkppmckc
คำอธิบาย Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.
ขนาดไฟล์ 39.06 KB
จำนวนการติดตั้ง 7,810
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-11-18
วันที่เผยแพร่ 2020-03-31
คะแนน 4.00/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Avinash Sakhreliya
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Ad Skipper",
    "version": "1.0.1",
    "description": "Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "skipper.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icon16-disabled.png",
            "48": "icon48-disabled.png",
            "128": "icon128-disabled.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}