Malwarebytes Browser Guard

The fastest and safest web browsing experience.

Malwarebytes Browser Guard là gì?

Malwarebytes Browser Guard là một tiện ích mở rộng Chrome được phát triển bởi https://www.malwarebytes.com, và tính năng chính của nó là "The fastest and safest web browsing experience.".

Ả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 Malwarebytes Browser Guard

Tải xuống các tệp mở rộng Malwarebytes Browser Guard 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

                        Malwarebytes Browser Guard gives you a safer and faster web browsing experience. It blocks trackers and malicious websites while filtering out annoying ads and other unwanted content like credit card skimmers. In fact, you can browse up to four times faster.

It is the world’s first browser extension that can identify and block new fake tech support scams. And Malwarebytes Browser Guard crushes pop-ups, browser hijackers, and browser lockers with ease. We take on the bad guys, so you don’t have to.

Download Malwarebytes Browser Guard for an awesome online experience now.

What it does for you:

Blocks ads & loads pages faster
Speeds up how fast web pages display by blocking ads and other unwanted content, providing a cleaner experience and increased bandwidth.

Puts the hurt on tech support scammers
Identifies and stops browser lockers, browser hijackers, and other scare tactics tech support scammers use to con you out of money.

Protects your privacy
Blocks trackers that follow you around the Internet and target you with the same ads over and over again.

Stops malware in your browser
Blocks web pages that contain malware, stops in-browser cryptojackers (unwanted cryptocurrency miners), and gives other malicious content the boot.

Features
• Advertising/tracker protection: Blocks third-party ads and trackers that monitor your online activity. The number of blocked ads & blocked trackers for a website will show beside the Malwarebytes logo in your browser.
• Scam protection: Blocks online scams, including technical support scams, browser lockers, and phishing.
• Browser-level malware protection: Blocks malicious programs or code that can damage your system.
• Protection against XSS Malicious Remote Script Injection.                    

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

Tên Malwarebytes Browser Guard Malwarebytes Browser Guard
ID ihcjicgdanjaechkgeegckofjjedodee
URL Chính Thức https://chromewebstore.google.com/detail/malwarebytes-browser-guar/ihcjicgdanjaechkgeegckofjjedodee
Mô tả The fastest and safest web browsing experience.
Kích Thước Tệp 25.89 MB
Số Lần Cài Đặt 10,000,000
Phiên Bản Hiện Tại 2.6.23
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2020-07-01
Đánh Giá 3.97/5 Tổng số 1002 Đánh Giá
Nhà Phát Triển https://www.malwarebytes.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.malwarebytes.com/browserguard
URL Trang Trợ Giúp https://links.malwarebytes.com/support/browserguard
URL Trang Chính Sách Bảo Mật https://www.malwarebytes.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Malwarebytes",
    "name": "Malwarebytes Browser Guard",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.6.23",
    "icons": {
        "128": "app\/assets\/icon.png"
    },
    "web_accessible_resources": [
        "*.eot",
        "*.ttf",
        "*.woff",
        "*.woff2",
        "app\/assets\/close-icon.svg",
        "app\/assets\/tooltip.svg",
        "app\/eventpages\/block.html",
        "app\/eventpages\/debugger.html",
        "app\/eventpages\/downloading.html",
        "app\/eventpages\/block-notification.html",
        "app\/eventpages\/block-notification.css",
        "app\/eventpages\/block-notification-dark.css",
        "app\/eventpages\/clipboard-notification.html",
        "app\/eventpages\/clipboard-notification.css",
        "app\/eventpages\/clipboard-notification-dark.css",
        "app\/eventpages\/monthly-notification.html",
        "app\/eventpages\/monthly-notification.css",
        "app\/eventpages\/monthly-notification-dark.css",
        "injection-instart.js",
        "injection-tss.js",
        "injection-tss-notification.js",
        "vendor\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.msn.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.malwarebytes.com\/browserguard\/*"
            ],
            "js": [
                "content-debugging.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_icon": "app\/assets\/icon.png",
        "default_popup": "app\/pop.html",
        "default_title": "Malwarebytes"
    },
    "permissions": [
        "alarms",
        "downloads",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "nativeMessaging",
        "",
        "contextMenus"
    ],
    "incognito": "split"
}