Multi Ad Blocker Complete for Youtube™

The best complete Ad Blocker , malware, video ads, image, tracking and stops popup!

Multi Ad Blocker Complete for Youtube™ là gì?

Multi Ad Blocker Complete for Youtube™ là một tiện ích mở rộng Chrome được phát triển bởi https://where-to-buy.net, và tính năng chính của nó là "The best complete Ad Blocker , malware, video ads, image, tracking and stops popup!".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Multi Ad Blocker Complete for Youtube™

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

                        🔥🔥 Ad Blocker Complete is an add-on developed to prevent ads from being displayed while users browse the Internet. It is a software application that is a web browser extension.

This prevents web pages from being flooded with ads, YouTube ads and makes the web browsing experience faster, cleaner and more private.

When the user of Multi Ad Blocker Complete opens their browser and visits a website, Ad Blocker Complete looks at that site's scripts and compares them against a list of sites created to block. 

If it finds any of them, Multi Ad Blocker Complete blocks the scripts of that page and prevents the page from loading.

🔥🔥 Benefits of Ad Blocking with Multi Ad Blocker Complete

✔️ You reduce Bandwidth.
✔️ Reduces the memory usage of the web pages you browse.
✔️ Speed up page and video loading.
✔️ Increases the speed of your web browser.

If you have any questions, requests or need to contact us, send an email to [email protected].                    

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

Tên Multi Ad Blocker Complete for Youtube™ Multi Ad Blocker Complete for Youtube™
ID hdoblclnafbfgihfnphjhadfpgcmohkp
URL Chính Thức https://chromewebstore.google.com/detail/multi-ad-blocker-complete/hdoblclnafbfgihfnphjhadfpgcmohkp
Mô tả The best complete Ad Blocker , malware, video ads, image, tracking and stops popup!
Kích Thước Tệp 2.72 MB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-03-13
Ngày Phát Hành 2023-03-13
Đánh Giá 3.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://where-to-buy.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://where-to-buy.net/
URL Trang Trợ Giúp https://where-to-buy.net/contact/
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,fi,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",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.0.3",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "youtube.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "declarative\/ruleset_1\/ruleset_1.json"
            },
            {
                "id": "ruleset_13",
                "enabled": false,
                "path": "declarative\/ruleset_13\/ruleset_13.json"
            },
            {
                "id": "ruleset_14",
                "enabled": false,
                "path": "declarative\/ruleset_14\/ruleset_14.json"
            },
            {
                "id": "ruleset_16",
                "enabled": false,
                "path": "declarative\/ruleset_16\/ruleset_16.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "declarative\/ruleset_2\/ruleset_2.json"
            },
            {
                "id": "ruleset_224",
                "enabled": false,
                "path": "declarative\/ruleset_224\/ruleset_224.json"
            },
            {
                "id": "ruleset_3",
                "enabled": false,
                "path": "declarative\/ruleset_3\/ruleset_3.json"
            },
            {
                "id": "ruleset_4",
                "enabled": false,
                "path": "declarative\/ruleset_4\/ruleset_4.json"
            },
            {
                "id": "ruleset_6",
                "enabled": false,
                "path": "declarative\/ruleset_6\/ruleset_6.json"
            },
            {
                "id": "ruleset_7",
                "enabled": false,
                "path": "declarative\/ruleset_7\/ruleset_7.json"
            },
            {
                "id": "ruleset_8",
                "enabled": false,
                "path": "declarative\/ruleset_8\/ruleset_8.json"
            },
            {
                "id": "ruleset_9",
                "enabled": false,
                "path": "declarative\/ruleset_9\/ruleset_9.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "\/icons\/icon-16.png",
        "32": "\/icons\/icon-32.png",
        "64": "\/icons\/icon-64.png",
        "128": "\/icons\/icon-128.png"
    },
    "action": {
        "default_title": "Ad blocker",
        "default_icon": "ad-block.png",
        "default_popup": "popup.html"
    }
}