Malware Protection

RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains

Malware Protection là gì?

Malware Protection là một tiện ích mở rộng Chrome được phát triển bởi Rutuj Runwal, và tính năng chính của nó là "RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains".

Ả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 Malware Protection

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

                        Browse, search and explore with built-in malware protection and keep harmful content from ever reaching you!

No setups required.
Get all round protection for free.

Block Malware before it can infect your browser✅
Get Peace of mind with automatic protection🏆
Lighting fast performance⚡
Safety Indicator warn's about threats before you click✨


Secure your browser against online threats including malware, phishing, adware and PUPs.

Free.
Open source with public license (GPLv3)                    

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

Tên Malware Protection Malware Protection
ID oihahelebihibbaaddjgmfbeaonilgia
URL Chính Thức https://chromewebstore.google.com/detail/malware-protection/oihahelebihibbaaddjgmfbeaonilgia
Mô tả RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains
Kích Thước Tệp 92.19 KB
Số Lần Cài Đặt 640
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-08-03
Ngày Phát Hành 2022-06-28
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Rutuj Runwal
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains",
    "icons": {
        "64": "icon.png"
    },
    "manifest_version": 3,
    "name": "Malware Protection",
    "action": {
        "default_popup": "popup.html",
        "default_title": "RR Scan"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "js": [
                "gl_scan.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.google.com\/search*",
                "https:\/\/*.bing.com\/search?*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/tick.png",
                "icons\/cross.png"
            ],
            "matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.bing.com\/*"
            ]
        }
    ],
    "version": "1.3"
}