Skip video ads

Skip youtube before-video ads once the 5 seconds is over automatically

Skip video adsคืออะไร?

Skip video ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mrgarretto.com และคุณลักษณะหลักของมันคือ "Skip youtube before-video ads once the 5 seconds is over automatically"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skip video ads

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

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

                        This extension allows you to automatically skip Youtube's before-video ads automatically after the 5 seconds is over so that you can still support the content creators.                    

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

ชื่อ Skip video ads Skip video ads
ID mbiejnlchbmjdjmnoalpfoelnimekocb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/skip-video-ads/mbiejnlchbmjdjmnoalpfoelnimekocb
คำอธิบาย Skip youtube before-video ads once the 5 seconds is over automatically
ขนาดไฟล์ 81.02 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-11-07
วันที่เผยแพร่ 2015-11-06
ผู้พัฒนา http://mrgarretto.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skip video ads",
    "description": "Skip youtube before-video ads once the 5 seconds is over automatically",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "clickskip.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}