Hola ad remover

Hola ad remover is a free adblocker that blocks annoying ads, malware and tracking..

Hola ad remover là gì?

Hola ad remover là một tiện ích mở rộng Chrome được phát triển bởi https://hola.org, và tính năng chính của nó là "Hola ad remover is a free adblocker that blocks annoying ads, malware and tracking..".

Ả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 Hola ad remover

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

                        Hola ad remover effectively blocks all types of ads on all web pages, even on Facebook, YouTube and others!
 
What Hola ad remover does:
✓ Blocks all ads: video ads, advertising, pop-ups, banners and text ads
✓ Blocks third-party trackers and protects your privacy
✓ Blocks malicious ads with malware, scams, and cryptocurrency miners
✓ Protects you from malware and phishing
✓ Speeds up page loading and saves bandwidth
 
Why Hola ad remover?
✓ Hola ad remover works automatically. Just visit your favorite website and see the ads disappear!
✓ Hola ad remover can handle most of the adblock circumvention scripts.
✓ Hola ad remover is one of the fastest adblockers available and easy to use.
 
 Give yourself more control of the experience you want!                    

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

Tên Hola ad remover Hola ad remover
ID lalfpjdbhpmnhfofkckdpkljeilmogfl
URL Chính Thức https://chromewebstore.google.com/detail/hola-ad-remover/lalfpjdbhpmnhfofkckdpkljeilmogfl
Mô tả Hola ad remover is a free adblocker that blocks annoying ads, malware and tracking..
Kích Thước Tệp 524 KB
Số Lần Cài Đặt 60,499
Phiên Bản Hiện Tại 1.213.812
Cập Nhật Lần Cuối 2023-08-17
Ngày Phát Hành 2020-04-20
Đánh Giá 4.51/5 Tổng số 414 Đánh Giá
Nhà Phát Triển https://hola.org
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://hola.org/legal/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,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,hi,bn,gu,ta,te,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/polyfills\/url.js",
            "lib\/polyfills\/promise.js",
            "lib\/polyfills\/fetch.js",
            "ext\/common.js",
            "ext\/background.js",
            "lib\/compat.js",
            "lib\/info.js",
            "lib\/adblockplus.js",
            "lib\/punycode.js",
            "lib\/publicSuffixList.js",
            "lib\/sha1.js",
            "lib\/jsbn.js",
            "lib\/rsa.js",
            "messageResponder.js",
            "background.js",
            "hola_bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/hab-19.png",
            "38": "icons\/hab-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ext\/common.js",
                "ext\/content.js",
                "cssProperties.js",
                "include.preload.js",
                "content_script.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "include.postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en_US",
    "description": "__MSG_description__",
    "devtools_page": "devtools.html",
    "icons": {
        "16": "icons\/hab-16.png",
        "32": "icons\/hab-32.png",
        "48": "icons\/detailed\/hab-48.png",
        "64": "icons\/detailed\/hab-64.png",
        "128": "icons\/detailed\/hab-128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29.0",
    "name": "__MSG_name__",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "short_name": "__MSG_name__",
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "version": "1.213.812"
}