Malware Protection

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

Co je Malware Protection?

Malware Protection je rozšíření Chrome vyvinuté Rutuj Runwal, a jeho hlavní funkcí je „RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Malware Protection

Stáhněte si soubory rozšíření Malware Protection ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název Malware Protection Malware Protection
ID oihahelebihibbaaddjgmfbeaonilgia
Oficiální URL https://chromewebstore.google.com/detail/malware-protection/oihahelebihibbaaddjgmfbeaonilgia
Popis RR Malware Protection automatically scans webpages and blocks malware,phishing and PUP domains
Velikost souboru 92.19 KB
Počet instalací 640
Aktuální Verze 1.3
Poslední Aktualizace 2022-08-03
Datum Vydání 2022-06-28
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář Rutuj Runwal
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}