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. là gì?

Youtube Auto Ad Block & Auto Ad Skip. là một tiện ích mở rộng Chrome được phát triển bởi Tamilselvan, và tính năng chính của nó là "It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube Auto Ad Block & Auto Ad Skip.

Tải xuống các tệp mở rộng Youtube Auto Ad Block & Auto Ad Skip. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube Auto Ad Block & Auto Ad Skip. Youtube Auto Ad Block & Auto Ad Skip.
ID cdonkchimbachgaedhogkfdebillfnif
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-auto-ad-block-aut/cdonkchimbachgaedhogkfdebillfnif
Mô tả It skips Ads automatically. Automatically skips ads in 5 seconds, Hides Ad Banner in Youtube Home Screen.
Kích Thước Tệp 89.74 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-04-10
Ngày Phát Hành 2019-04-10
Đánh Giá 3.54/5 Tổng số 71 Đánh Giá
Nhà Phát Triển Tamilselvan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}