Youtube Auto Ad Block & Auto Ad Skip.

It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.

Youtube Auto Ad Block & Auto Ad Skip.คืออะไร?

Youtube Auto Ad Block & Auto Ad Skip. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tamilselvan และคุณลักษณะหลักของมันคือ "It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Auto Ad Block & Auto Ad Skip.

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

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

                        It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.
Updated to Latest Youtube.                    

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

ชื่อ Youtube Auto Ad Block & Auto Ad Skip. Youtube Auto Ad Block & Auto Ad Skip.
ID cdonkchimbachgaedhogkfdebillfnif
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-auto-ad-block-aut/cdonkchimbachgaedhogkfdebillfnif
คำอธิบาย It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.
ขนาดไฟล์ 89.74 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-04-10
วันที่เผยแพร่ 2019-04-10
คะแนน 3.54/5 รวมทั้งหมด 71 คะแนน
ผู้พัฒนา Tamilselvan
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Auto Ad Block & Auto Ad Skip.",
    "short_name": "YT_Ad_Block",
    "description": "It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.",
    "version": "1.2",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        },
        {
            "matches": [
                "http:\/\/www.youtube.com\/"
            ],
            "js": [
                "lib\/jquery.js",
                "youtube.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}