Security Surf

Raising awareness of dangerous websites as you surf across the internet.

什么是Security Surf?

Security Surf是由https://rajeevj.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Raising awareness of dangerous websites as you surf across the internet.”。

扩展截图

screenshot
screenshot

下载Security Surf扩展crx文件

下载Security Surf扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This Chrome Extension will analyse the websites you visit and report to you how safe it is to use. It will provide a security rating of each website and help teach you why a website is unsafe to use.                    

扩展基本信息

名称 Security Surf Security Surf
ID ekhcklnpcdailhganpmoolfioojgnlii
官方URL https://chromewebstore.google.com/detail/security-surf/ekhcklnpcdailhganpmoolfioojgnlii
简介 Raising awareness of dangerous websites as you surf across the internet.
文件大小 758 KB
安装次数 14
当前版本 1.2
更新时间 2023-08-25
上架时间 2022-04-12
评分 5.00/5 共1次评分
开发者 https://rajeevj.co.uk
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Security Surf",
    "description": "Raising awareness of dangerous websites as you surf across the internet.",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/SecuritySurfLogo16.png",
            "32": "\/assets\/SecuritySurfLogo32.png",
            "48": "\/assets\/SecuritySurfLogo48.png",
            "128": "\/assets\/SecuritySurfLogo128.png"
        }
    },
    "icons": {
        "16": "\/assets\/SecuritySurfLogo16.png",
        "32": "\/assets\/SecuritySurfLogo32.png",
        "48": "\/assets\/SecuritySurfLogo48.png",
        "128": "\/assets\/SecuritySurfLogo128.png"
    }
}