URL Checker

Check if a URL is malicious or benign.

什麼是URL Checker?

URL Checker是由Super02開發的Chrome擴展程式,該擴展的主要功能是“Check if a URL is malicious or benign.”。

擴展截圖

screenshot

下載URL Checker擴展crx文件

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

擴展使用說明

                        This extension helps you distinguish if URL's you are accessing are malicious or benign. To use this extension you simply go to a page of your choice and click on the extension. Through the power of AI the extension will determine purely based on the URL if the website is Benign or Malicious.

Please note that this extension will not always accurately display if a URL is benign or malicious. This extension is only meant for fun/education purposes.                    

擴展基本資訊

名稱 URL Checker URL Checker
ID dfmmocndemkjlgokckmpnhdpfcehpbpf
官方網址 https://chromewebstore.google.com/detail/url-checker/dfmmocndemkjlgokckmpnhdpfcehpbpf
簡介 Check if a URL is malicious or benign.
檔案大小 6 KB
安裝次數 47
目前版本 1.0
更新時間 2023-08-31
上架時間 2023-08-31
評分 5.00/5 共 2 次評分
開發者 Super02
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Checker",
    "description": "Check if a URL is malicious or benign.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/super02.me\/*"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}