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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}