YouBlocker

Ad-Free YouTube Experience.

YouBlocker là gì?

YouBlocker là một tiện ích mở rộng Chrome được phát triển bởi Torrextension, và tính năng chính của nó là "Ad-Free YouTube Experience.".

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

screenshot
screenshot
screenshot

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

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

                        Works with the new YouTube update !

Enjoy a seamless YouTube experience with our “YouBlocker” extension. Our extension is designed to improve your YouTube viewing experience by removing intrusive video ads, while preserving the platform's core functionality + we don't collect your data.


🔥 IF YOU NEED A CUSTOM EXTENSION, I CAN CREATE ONE FOR YOU : ibuildyourextension.com                    

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

Tên YouBlocker YouBlocker
ID khplgcfcmalolfkblneflibkmamgogom
URL Chính Thức https://chromewebstore.google.com/detail/youblocker/khplgcfcmalolfkblneflibkmamgogom
Mô tả Ad-Free YouTube Experience.
Kích Thước Tệp 10.5 KB
Số Lần Cài Đặt 233
Phiên Bản Hiện Tại 2.6
Cập Nhật Lần Cuối 2024-02-16
Ngày Phát Hành 2023-11-07
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Torrextension
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://torrextension.com/youblocker
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouBlocker",
    "version": "2.6",
    "description": "Ad-Free YouTube Experience.",
    "manifest_version": 3,
    "author": "Torrextension",
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/watch*"
    ],
    "incognito": "split"
}