Adblock - ad blocker for Chrome

Adblock tool to block ads on social websites YouTube, Facebook, Twitch. Adblocker effectively removes ads on all websites.

Adblock - ad blocker for Chrome là gì?

Adblock - ad blocker for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Blockads-web.com, và tính năng chính của nó là "Adblock tool to block ads on social websites YouTube, Facebook, Twitch. Adblocker effectively removes ads on all websites.".

Ả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 Adblock - ad blocker for Chrome

Tải xuống các tệp mở rộng Adblock - ad blocker for Chrome 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

                        Adblock for Chrome extension, an essential tool for your browser that combines power and simplicity to enhance your online experience. 

By installing this extension, you'll unlock a world where your favorite sites can be enjoyed without intrusive advertisements or unwanted distractions. Witness the magic unfold as you browse the web seamlessly and uninterrupted.

Our advanced algorithm ensures a robust surfing experience tailored to your preferences. Not only does our extension block annoying content, but it also provides valuable insights into the security status of websites, empowering you with safe and secure browsing.

Ad blocker for Chrome is more than just an ad-blocking tool; it is a modern masterpiece designed to elevate your online journey, offering next-level security and an exceptional user experience with just a single click.

Using the Adblock Plus extension is effortless. Once installed in Chrome, simply click on the extension icon (Adblock Plus) at the top right corner to activate its features. We go the extra mile by blocking every type of ad, even those that go unnoticed, saving you time and boosting your browser's speed.

Experience the benefits of a reliable ad blocker and reclaim your browsing time. Click the "Add to Chrome" button and enjoy a seamless, ad-free surfing experience.

It is an Adblock for YouTube application with a huge team of the developer behind it. It is a tool that ensures that you do not see the ads that appear on the screen while watching videos on YouTube.

We value your feedback, suggestions, and queries. Please don't hesitate to contact us, as your input helps us continually improve our services for you.                    

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

Tên Adblock - ad blocker for Chrome Adblock - ad blocker for Chrome
ID cohnbaldpeopekjhfifpfpoagfkhdmeo
URL Chính Thức https://chromewebstore.google.com/detail/adblock-ad-blocker-for-ch/cohnbaldpeopekjhfifpfpoagfkhdmeo
Mô tả Adblock tool to block ads on social websites YouTube, Facebook, Twitch. Adblocker effectively removes ads on all websites.
Kích Thước Tệp 991 KB
Số Lần Cài Đặt 760,744
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-09-26
Ngày Phát Hành 2023-05-28
Đánh Giá 4.12/5 Tổng số 438 Đánh Giá
Nhà Phát Triển Blockads-web.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://blockads-web.com/policy.html
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-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,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "1.0.2",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "icons": {
        "48": "assets\/images\/logo.png",
        "64": "assets\/images\/logo.png"
    },
    "action": {
        "default_popup": "html\/popupMainView.html",
        "default_title": "Adblock for Chrome"
    },
    "background": {
        "service_worker": ".\/js\/service_worker.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "antiPrnBlockRules",
                "enabled": false,
                "path": ".\/commonDataHelpers\/antiprnHelper.json"
            },
            {
                "id": "mainBlockRules",
                "enabled": true,
                "path": ".\/commonDataHelpers\/commonHelper.json"
            },
            {
                "id": "suspBlockRules",
                "enabled": false,
                "path": ".\/commonDataHelpers\/suspHelper.json"
            },
            {
                "id": "advBlockRules",
                "enabled": false,
                "path": ".\/commonDataHelpers\/advHelper.json"
            }
        ]
    },
    "content_scripts": [
        {
            "js": [
                ".\/js\/blockerYT.js",
                ".\/js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "options_page": "html\/settingsPage.html",
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}