webviruscheck Extension

This extension is to support the use of Web services, 'webviruscheck' to analyze the safety of the Web page.

webviruscheck Extension क्या है?

webviruscheck Extension https://webapp.chidipy.jpn.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is to support the use of Web services, 'webviruscheck' to analyze the safety of the Web page."।

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

screenshot
screenshot

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

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

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

                        ■ Description
This extension is to support the use of Web services, 'webviruscheck' to analyze the safety of the Web page. To display the context menu by right-clicking on the link, click on the 'check the link with webviruscheck'. Then a result of whether a link destination is a dangerous site is shown to a new tab. 'Webviruscheck' is URL scanner, virus scaner,browser crasher checker,shortening URL checker.
* "Webviruscheck" is the source checker using regular expressions. Therefore there is a possibility of false positives.

(I am a native Japanese speakers. English is not good. If there is the sentence that you cannot understand, I am sorry.)

■How to use
There are two ways to use.
1-1. To display the context menu on the link. (Windows right-click)
1-2. Click the "check safety of link with 'webviruscheck'" in the context menu.
1-3. Examination of the link destination by 'webviruscheck' will be performed. Then check the results are displayed in a new tab.

2-1. Select the character string, to display the context menu. (Windows right-click)
2-2. Click the "check safety of selected URL with 'webviruscheck'" in the context menu.
2-3. Examination of the link destination by 'webviruscheck' will be performed. Then check the results are displayed in a new tab.                    

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

नाम webviruscheck Extension webviruscheck Extension
ID jlmgmdcfeikdeijcnjmkfapchfamjodj
आधिकारिक URL https://chromewebstore.google.com/detail/webviruscheck-extension/jlmgmdcfeikdeijcnjmkfapchfamjodj
विवरण This extension is to support the use of Web services, 'webviruscheck' to analyze the safety of the Web page.
फ़ाइल का आकार 24.1 KB
स्थापना संख्या 681
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2022-04-01
प्रकाशन तिथि 2016-10-31
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://webapp.chidipy.jpn.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://webapp.chidipy.jpn.com/webviruscheck.html
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "webviruscheck Extension",
    "version": "1.5.1",
    "description": "__MSG_ManifestDescription__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "http:\/\/webapp.chidipy.jpn.com\/*",
        "https:\/\/www.aguse.jp\/*"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}