Youtube Ad Skipper

Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…

Youtube Ad Skipperคืออะไร?

Youtube Ad Skipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zubair Mohsin และคุณลักษณะหลักของมันคือ "Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…"

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

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

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

                        Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this extension to do it for you. While you are sitting on chair and watching Youtube videos in a comfy way, you don't need to move forward yourself and click on Skip Ad. By installing this app, videos that are skippable, will be skipped automatically. Happy Watching :)                    

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

ชื่อ Youtube Ad Skipper Youtube Ad Skipper
ID enihkpojbigcklkiniiknjplcfihheca
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca
คำอธิบาย Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…
ขนาดไฟล์ 44.95 KB
จำนวนการติดตั้ง 663
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-12-22
วันที่เผยแพร่ 2017-12-22
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Zubair Mohsin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Ad Skipper",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "skip_16.png",
        "48": "skip_48.png",
        "128": "skip_128.png"
    }
}