WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Malware Protection

Malware Protection

View on Chrome Web Store
View Malware Protection Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (5 ratings)
1 new ratings
3 views
This extension has been viewed 3 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains
Type
Extension
Users
4,000 users
500
Vlad
View author page of Vlad
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 28, 2022
Version 1.6
Manifest version
3
Updated
Updated on February 11, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Malware Protection Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "action": {
        "default_popup": "popup.html",
        "default_title": "RR Scan"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "gl_scan.js"
            ],
            "matches": [
                "https:\/\/*.google.com\/search*",
                "https:\/\/*.bing.com\/search?*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains",
    "icons": {
        "64": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsdE4BhOMXaYU58z5u3odbhqa6+3oLKM\/teuaZR2C3i2EJg2+fMUdKfKr85UhkhsHogcyABsd7t2qmmQF9N5bdFHupzFXiqJixLPezyvfK4MdDTzBNbX\/pty5eiC\/WfgsOsrmPZ3pF8soBJjOcGW1dXS3Tg3WKxONoj3BQfdmJT5GPABAJRgcee+uQe072HgFtsd0vloYsw\/n3TUMhdlR9dzOkpzK8XBStUuc\/HI7nXiS3E9vWsEZq2CaKTIbwVCeKpz52sYjSeevIdk5nX6cL+y6c9sOL5N9jUcFMoAN\/4+JD8OPsvuUT3gkkJrTIYGFtn3ip2lcaK+18YheFviWxwIDAQAB",
    "manifest_version": 3,
    "name": "Malware Protection",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.bing.com\/*"
            ],
            "resources": [
                "icons\/tick.png",
                "icons\/cross.png"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top