Virus Checker

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

Co je Virus Checker?

Virus Checker je rozšíření Chrome vyvinuté ethicalcoder91, a jeho hlavní funkcí je „Virus Checker is an extension, which automatically blocks spam websites.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Virus Checker

Stáhněte si soubory rozšíření Virus Checker 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í

                        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.                    

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

Název Virus Checker Virus Checker
ID ecpkbbplpehkkgaojngfhmfjgpkjbnci
Oficiální URL https://chromewebstore.google.com/detail/virus-checker/ecpkbbplpehkkgaojngfhmfjgpkjbnci
Popis Virus Checker is an extension, which automatically blocks spam websites.
Velikost souboru 205 KB
Počet instalací 1,179
Aktuální Verze 1.2
Poslední Aktualizace 2022-02-01
Datum Vydání 2021-01-16
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář ethicalcoder91
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://viruschecker.us/
URL Stránky Nápovědy https://viruschecker.us/contact
URL Stránky Zásad Ochrany Soukromí https://viruschecker.us/privacy-policy
Podporované Jazyky 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
}