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
官方URL 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": [
        "*:\/\/*\/*"
    ]
}