webviruscheck Extension

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

O que é webviruscheck Extension?

webviruscheck Extension é uma extensão do Chrome desenvolvida por https://webapp.chidipy.jpn.com, e sua principal característica é "This extension is to support the use of Web services, 'webviruscheck' to analyze the safety of the Web page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão webviruscheck Extension

Baixe arquivos de extensão webviruscheck Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        ■ 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.                    

Informações Básicas da Extensão

Nome webviruscheck Extension webviruscheck Extension
ID jlmgmdcfeikdeijcnjmkfapchfamjodj
URL Oficial https://chromewebstore.google.com/detail/webviruscheck-extension/jlmgmdcfeikdeijcnjmkfapchfamjodj
Descrição This extension is to support the use of Web services, 'webviruscheck' to analyze the safety of the Web page.
Tamanho do Arquivo 24.1 KB
Contagem de Instalações 681
Versão Atual 1.5.1
Última Atualização 2022-04-01
Data de Publicação 2016-10-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://webapp.chidipy.jpn.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://webapp.chidipy.jpn.com/webviruscheck.html
Idiomas Suportados 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
}