YouTube adBlocker

removes intrusive ads on YouTube

YouTube adBlocker là gì?

YouTube adBlocker là một tiện ích mở rộng Chrome được phát triển bởi mrzlab630, và tính năng chính của nó là "removes intrusive ads on YouTube".

Ả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 YouTube adBlocker

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

                        If you are annoyed by annoying ads while watching your favorite show then this extension is for you                    

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

Tên YouTube adBlocker YouTube adBlocker
ID mgplhanhakajgbogpcelbhelooeinjid
URL Chính Thức https://chromewebstore.google.com/detail/youtube-adblocker/mgplhanhakajgbogpcelbhelooeinjid
Mô tả removes intrusive ads on YouTube
Kích Thước Tệp 267 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2021-08-03
Ngày Phát Hành 2021-07-30
Nhà Phát Triển mrzlab630
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": 3,
    "name": "YouTube adBlocker",
    "version": "1.0.7",
    "author": "mrZ ",
    "description": "removes intrusive ads on YouTube ",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "64": "assets\/icons\/icon64.png",
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png",
        "512": "assets\/icons\/icon512.png"
    },
    "action": {
        "default_title": "Ad blocker for YouTube",
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "32": "assets\/icons\/icon32.png",
            "64": "assets\/icons\/icon64.png",
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png",
            "512": "assets\/icons\/icon512.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/style.css"
            ],
            "js": [
                "assets\/js\/action.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}