WebSiteChecker

Checks whether the currently open page or linked pages are safe.

什麼是WebSiteChecker?

WebSiteChecker是由OrcaSoft開發的Chrome擴展程式,該擴展的主要功能是“Checks whether the currently open page or linked pages are safe.”。

擴展截圖

screenshot

下載WebSiteChecker擴展crx文件

下載WebSiteChecker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        You can investigate with one click whether the currently displayed page or the linked page is safe. Additionally, you can thoroughly check details such as the host name, IP address, domain, and administrator name of the target site.                    

擴展基本資訊

名稱 WebSiteChecker WebSiteChecker
ID odolknbekbmmjpkcphdoflncdefnecfc
官方網址 https://chromewebstore.google.com/detail/websitechecker/odolknbekbmmjpkcphdoflncdefnecfc
簡介 Checks whether the currently open page or linked pages are safe.
檔案大小 25.56 KB
安裝次數 1,560
目前版本 2.0.3
更新時間 2024-01-02
上架時間 2015-08-25
評分 3.50/5 共 4 次評分
開發者 OrcaSoft
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://orca-soft.net/chrome/pd/html/privacy_policy.html
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extentionTitle__",
    "description": "__MSG_extentionDescription__",
    "version": "2.0.3",
    "default_locale": "en",
    "homepage_url": "https:\/\/orca-soft.net\/web\/",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_default_title__"
    },
    "icons": {
        "16": "icons\/app16.png",
        "32": "icons\/app32.png",
        "64": "icons\/app64.png",
        "128": "icons\/app128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; img-src 'self' http:\/\/* https:\/\/* data:; script-src 'self'; style-src 'self' http:\/\/* https:\/\/* 'unsafe-inline'; connect-src 'self' http:\/\/* https:\/\/*;"
    }
}