No Ads Plus for YouTube™

Block all the video ads on YouTube™

No Ads Plus for YouTube™ là gì?

No Ads Plus for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi Adblocker Plus for Youtube™, và tính năng chính của nó là "Block all the video ads on YouTube™".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng No Ads Plus for YouTube™

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

                        Safe Adblocker for Youtube™ Video Ads

This extension is designed to block video ads, providing you with an ad-free experience. This extension efficiently stops all types of ads.

Extension Features:
💥 Blocks all types of annoying ads.
💥 Lightweight and efficient.
💥 Improves browser and page load speed.

How to Use the Adblocker:
1. Download and install the extension above.
2. Pin it to the toolbar.
3. Click the extension icon and turn on "Ad Blocking" to escape from ads.
4. Play any video without interruptions.

Note: After installation, please refresh the tabs in your browser.

Disclaimer: Our extension is not an official plugin. Youtube™ is a trademark of Youtube™ LLC."

We wish to make it clear, we do not want to know your identity, preferences or any information about you personally, all as detailed in the privacy policy (https://www.blockyoutubeads.com/privacy-policy/)                    

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

Tên No Ads Plus for YouTube™ No Ads Plus for YouTube™
ID oiacpegnmbckcgipfljmgjcmbljjaobp
URL Chính Thức https://chromewebstore.google.com/detail/no-ads-plus-for-youtube/oiacpegnmbckcgipfljmgjcmbljjaobp
Mô tả Block all the video ads on YouTube™
Kích Thước Tệp 68.97 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2024-01-17
Ngày Phát Hành 2023-12-07
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Adblocker Plus for Youtube™
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.blockyoutubeads.com/
URL Trang Trợ Giúp https://www.blockyoutubeads.com/contact-us/
URL Trang Chính Sách Bảo Mật https://www.blockyoutubeads.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "version": "1.3.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icons-16.png",
        "48": "images\/icons-48.png",
        "128": "images\/icons-128.png"
    },
    "background": {
        "service_worker": "\/js\/bg.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/cs.js"
            ],
            "all_frams": true
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icons-16.png",
            "48": "images\/icons-48.png",
            "128": "images\/icons-128.png"
        },
        "default_title": "No Ads Plus for Youtube\u2122 ",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "notifications",
        "activeTab",
        "tabs",
        "gcm"
    ],
    "host_permissions": [
        ""
    ]
}