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
官方網址 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"
            ]
        }
    ]
}