Virus Checker

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

Virus Checker क्या है?

Virus Checker ethicalcoder91 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Virus Checker is an extension, which automatically blocks spam websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Virus Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Virus Checker Virus Checker
ID ecpkbbplpehkkgaojngfhmfjgpkjbnci
आधिकारिक URL https://chromewebstore.google.com/detail/virus-checker/ecpkbbplpehkkgaojngfhmfjgpkjbnci
विवरण Virus Checker is an extension, which automatically blocks spam websites.
फ़ाइल का आकार 205 KB
स्थापना संख्या 1,179
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-02-01
प्रकाशन तिथि 2021-01-16
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर ethicalcoder91
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://viruschecker.us/
सहायता पृष्ठ URL https://viruschecker.us/contact
गोपनीयता नीति पृष्ठ URL https://viruschecker.us/privacy-policy
समर्थित भाषाएँ 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
}