SafeSurf

Extension to detect malicious websites.

什么是SafeSurf?

SafeSurf是由safesurfco开发的Chrome扩展程序,该扩展的主要功能是“Extension to detect malicious websites.”。

扩展截图

screenshot

下载SafeSurf扩展crx文件

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

扩展使用说明

                        Our extension will warn you if you try to access a website that seems malicious or phishy. 
A warning message in the form of a popup redirects you to a new tab automatically when an unsafe URL is detected. Your safety online is our utmost concern. Surf safe, use SafeSurf.

SafeSurf team: Neil Goyal, Rahil Mittal, Paavan Aggarwal, Sriman Goel.

For further info or queries, tweet @mittal_rahil and get 24/7 assistance.                    

扩展基本信息

名称 SafeSurf SafeSurf
ID dfkjifnicdciflpceldhdicabjbbmopd
官方URL https://chromewebstore.google.com/detail/safesurf/dfkjifnicdciflpceldhdicabjbbmopd
简介 Extension to detect malicious websites.
文件大小 82.72 KB
安装次数 30
当前版本 1.1
更新时间 2021-07-18
上架时间 2020-08-04
评分 5.00/5 共3次评分
开发者 safesurfco
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Neildagr8/SafeSurf
帮助页面URL https://twitter.com/mittal_rahil
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SafeSurf",
    "version": "1.1",
    "icons": {
        "16": "imgs\/extension icon - 16.png",
        "32": "imgs\/icon - 32.png",
        "48": "imgs\/icon - 48.png",
        "128": "imgs\/Popup - with name.png"
    },
    "description": "Extension to detect malicious websites.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup_safe.html",
        "default_title": "SafeSurf",
        "default_icon": {
            "16": "imgs\/extension icon - 16.png",
            "32": "imgs\/icon - 32.png",
            "48": "imgs\/icon - 48.png",
            "128": "imgs\/Popup - with name.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ]
        }
    ]
}