Adblocker Unlimited — block ads & browse safe

Unlimited Adblock is a powerful but simple, ad blocking tool!

Adblocker Unlimited — block ads & browse safe là gì?

Adblocker Unlimited — block ads & browse safe là một tiện ích mở rộng Chrome được phát triển bởi Ad Blocking Manager, và tính năng chính của nó là "Unlimited Adblock is a powerful but simple, ad blocking tool!".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Adblocker Unlimited — block ads & browse safe

Tải xuống các tệp mở rộng Adblocker Unlimited — block ads & browse safe 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

                        Adblocker Unlimited blocks all annoying ads on video hosting sites like Youtube, Vimeo, DailyMotion and others sites. The extension works several times faster than other ad blockers and also blocks third party tracking on visited pages!

Benefits:
- No ads when watching video content! Enjoy videos without distraction.
- Faster page loading by blocking ads content
- Improve security by blocking tracking scripts
- Unbelievably fast work speed

How to use the extension?
After installing Unlimited Adblocker in Chrome, click the extension icon in the upper-right corner to enable its features. Save your time and increase your browser speed with a well-functioning Unlimited Adblock.

We are always open to new ideas. If you have any comments or suggestions, just contact us.                    

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

Tên Adblocker Unlimited — block ads & browse safe Adblocker Unlimited — block ads & browse safe
ID jbmchedljjfealnmchfkfimjakeodmhi
URL Chính Thức https://chromewebstore.google.com/detail/adblocker-unlimited-%E2%80%94-blo/jbmchedljjfealnmchfkfimjakeodmhi
Mô tả Unlimited Adblock is a powerful but simple, ad blocking tool!
Kích Thước Tệp 4.59 MB
Số Lần Cài Đặt 2,491
Phiên Bản Hiện Tại 0.8.3
Cập Nhật Lần Cuối 2022-10-19
Ngày Phát Hành 2022-10-19
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Ad Blocking Manager
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1-kpKfB8mBPodHiek5l0QbG8FFRfbUn8fp5wLLhBb-eA
Ngôn Ngữ Được Hỗ Trợ de,en,nl,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "img\/logo-green-128x128.png",
        "default_popup": "html\/results.html",
        "default_title": "Adblocker Unlimited"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/document.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/frame.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "Unlimited Adblock is a powerful but simple, ad blocking tool!",
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "300": "icons\/icon300.png",
        "512": "icons\/icon512.png"
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Adblocker Unlimited \u2014 block ads & browse safe",
    "permissions": [
        "cookies",
        "storage",
        "webRequest",
        "tabs",
        "browsingData",
        "activeTab",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "declarativeNetRequestWithHostAccess",
        "notifications"
    ],
    "short_name": "__MSG_appShortName__",
    "version": "0.8.3"
}