Ad Blocker for YouTube

Watch YouTube without any ads!

Ad Blocker for YouTube là gì?

Ad Blocker for YouTube là một tiện ích mở rộng Chrome được phát triển bởi Peter Pi, và tính năng chính của nó là "Watch YouTube without any ads!".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ad Blocker for YouTube

Tải xuống các tệp mở rộng Ad Blocker for YouTube 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

                        IMPORTANT:
 - The pop-up bubble on the top right corner will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome.

With this extension, you can:
 - Skip ads prior to the actual video content
 - Blocks any pop-up ads during the video within the frame                    

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

Tên Ad Blocker for YouTube Ad Blocker for YouTube
ID gmcmlgfecmkefmkgbbnggmamclbmikbi
URL Chính Thức https://chromewebstore.google.com/detail/ad-blocker-for-youtube/gmcmlgfecmkefmkgbbnggmamclbmikbi
Mô tả Watch YouTube without any ads!
Kích Thước Tệp 23.32 KB
Số Lần Cài Đặt 23,302
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2020-01-30
Ngày Phát Hành 2020-01-25
Đánh Giá 4.27/5 Tổng số 45 Đánh Giá
Nhà Phát Triển Peter Pi
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": "Ad Blocker for YouTube",
    "version": "1.0.6",
    "description": "Watch YouTube without any ads!",
    "author": "Peter Pi",
    "icons": {
        "128": "icon_128.png"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}