Virus Checker

Virus Checker is an extension, which automatically blocks spam websites.

Was ist Virus Checker?

Virus Checker ist eine Chrome-Erweiterung, die von ethicalcoder91 entwickelt wurde, und ihr Hauptmerkmal ist "Virus Checker is an extension, which automatically blocks spam websites.".

Erweiterungsscreenshots

screenshot

Virus Checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Virus Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Virus Checker is an extension, which automatically blocks spam websites. Additionally, this extension will give you alert to these websites.
Virus Checker allows you to customize your web experience. You can block annoying ads, disable tracking and lots more. It’s available for all major desktop browsers and for your mobile devices.
Filter lists are sets of rules that tell your browser which elements to block.
Almost all pre-made filter lists are created, published and maintained by users for users under open source licenses.
Many ads have tracking built in and some may even contain malware. Because of this, Virus Checker provides certain levels of tracking and malware protection by default.                    

Grundlegende Informationen zur Erweiterung

Name Virus Checker Virus Checker
ID ecpkbbplpehkkgaojngfhmfjgpkjbnci
Offizielle URL https://chromewebstore.google.com/detail/virus-checker/ecpkbbplpehkkgaojngfhmfjgpkjbnci
Beschreibung Virus Checker is an extension, which automatically blocks spam websites.
Dateigröße 205 KB
Installationsanzahl 1,179
Aktuelle Version 1.2
Letztes Update 2022-02-01
Veröffentlichungsdatum 2021-01-16
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler ethicalcoder91
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://viruschecker.us/
Hilfeseite URL https://viruschecker.us/contact
URL der Datenschutzrichtlinien-Seite https://viruschecker.us/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Virus Checker",
    "version": "1.2",
    "description": "Virus Checker is an extension, which automatically blocks spam websites.",
    "permissions": [
        "",
        "storage",
        "https:\/\/viruschecker.us\/webservices"
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "[email protected]",
                "jquery-3.3.1.js"
            ],
            "css": [
                "sweetalert2.min.css",
                "style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2
}