Urban YouTube™ Ad Blocker

Get the ultimate YouTube™ adblocker powered by Urban-VPN team!

Urban YouTube™ Ad Blocker là gì?

Urban YouTube™ Ad Blocker là một tiện ích mở rộng Chrome được phát triển bởi Urban VPN, và tính năng chính của nó là "Get the ultimate YouTube™ adblocker powered by Urban-VPN team!".

Ả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 Urban YouTube™ Ad Blocker

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

                        Block any popup & pre-roll video, and it's all 100% free for Chrome users. Just one click and you are on your way!

Forget about these unskippable or inappropriate pre-roll ads with our Browser extention; you can also turn it off and support the YT channels you love.

• Urban YT adblocker is optimized for browsing speeds, due to the saving in bandwidth and ad loading; we do it by only loading the video and skipping the ads altogether

• Unlike most other free Youtube adblockers - Our Chrome Extention will never replace original ads with new ones; You can watch your favorite videos ad-free.

This extension is an all-in-one solution. There is no need to download or install any further software - Just click "Add to Chrome" to install the extension and you are set for ad-free video binging.

Important notice: after installation, you will receive a message about Urban YT Adblocker's permission to access your browsing data. This permission allows the extension to perform the adblocking manipulation on the browser and will enable us to collect non-personalized data. It's how we keep it 100% free.

When you go with any Urban product, you get quality, safety, and security!

-------------------------------------------------------
YouTube is a registered trademark of Google, Inc.
https://www.google.com/permissions/trademark/our-trademarks.html                    

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

Tên Urban YouTube™ Ad Blocker Urban YouTube™ Ad Blocker
ID ghfdpgldgpllmddmfpjknjmmjlnpnkcl
URL Chính Thức https://chromewebstore.google.com/detail/urban-youtube-ad-blocker/ghfdpgldgpllmddmfpjknjmmjlnpnkcl
Mô tả Get the ultimate YouTube™ adblocker powered by Urban-VPN team!
Kích Thước Tệp 260 KB
Số Lần Cài Đặt 5,669
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-10-16
Ngày Phát Hành 2020-05-26
Đánh Giá 4.01/5 Tổng số 85 Đánh Giá
Nhà Phát Triển Urban VPN
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.urban-vpn.com/about-us/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Urban YouTube\u2122 Ad Blocker",
    "version": "1.1.0",
    "description": "Get the ultimate YouTube\u2122 adblocker powered by Urban-VPN team!",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "bg\/build.js",
            "bg\/ad-blocker.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "js": [
                "content\/ad-blocker.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage"
    ]
}