YouTube lightweight AdBlock

The best perfomance and lightweight Youtube Ads remove extension

YouTube lightweight AdBlock là gì?

YouTube lightweight AdBlock là một tiện ích mở rộng Chrome được phát triển bởi Ilya Koz, và tính năng chính của nó là "The best perfomance and lightweight Youtube Ads remove extension".

Ả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 lightweight AdBlock

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

                        Removing is-stream videos from youtube.com                    

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

Tên YouTube lightweight AdBlock YouTube lightweight AdBlock
ID iedeabnadclhncepibdpflejlfdnfbkk
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-lightweight-adblo/iedeabnadclhncepibdpflejlfdnfbkk
Mô tả The best perfomance and lightweight Youtube Ads remove extension
Kích Thước Tệp 4.36 KB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-03-17
Ngày Phát Hành 2021-03-17
Nhà Phát Triển Ilya Koz
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",
    "name": "YouTube lightweight AdBlock",
    "version": "1.0",
    "description": "The best perfomance and lightweight Youtube Ads remove extension",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "youtube.css"
            ],
            "js": [
                "youtube.js"
            ]
        }
    ],
    "manifest_version": 2
}