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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | jlmgmdcfeikdeijcnjmkfapchfamjodj |
| 官方網址 | 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
} | |