Safe Links

This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.

什麼是Safe Links?

Safe Links是由Oscar開發的Chrome擴展程式,該擴展的主要功能是“This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.”。

擴展截圖

screenshot
screenshot

下載Safe Links擴展crx文件

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

擴展使用說明

                        This extension verifies the links on the websites you visit, preventing your browsing from accidentally clicking on dangerous links.  It is the only free link checking app on the chrome web store for detecting malicious links and warning the user of the type of dangerous malware on a website (that actually works and isn't malware itself).

Simply click on the app's button "Check for Dangerous Links" on whichever website you wish to check, and it will list all suspicious links.                    

擴展基本資訊

名稱 Safe Links Safe Links
ID mcfmebiihmdgpmlbadeoncjigcnconfo
官方網址 https://chromewebstore.google.com/detail/safe-links/mcfmebiihmdgpmlbadeoncjigcnconfo
簡介 This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.
檔案大小 35.97 KB
安裝次數 64
目前版本 0.1.0
更新時間 2021-08-18
上架時間 2021-08-18
評分 5.00/5 共 1 次評分
開發者 Oscar
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://oscarchungpa.wixsite.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safe Links",
    "description": "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "16": ".\/safe-link-logo.png",
        "32": ".\/safe-link-logo.png",
        "48": ".\/safe-link-logo.png",
        "128": ".\/safe-link-logo.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*\/*"
    ]
}