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によって開発されたChromeの拡張機能で、その主な機能は「This extension is to support the use of Web services, 'webviruscheck' to analyze the safety of the Web page.」です。

拡張機能のスクリーンショット

screenshot
screenshot

webviruscheck Extension拡張機能のCRXファイルをダウンロード

webviruscheck Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ■ 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
Eメール [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
}