SafeSurf

Extension to detect malicious websites.

What is SafeSurf?

SafeSurf is a Chrome extension developed by safesurfco, and its main feature is "Extension to detect malicious websites.".

Extension Screenshots

screenshot

Download SafeSurf Extension CRX File

Download SafeSurf extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SafeSurf SafeSurf
ID dfkjifnicdciflpceldhdicabjbbmopd
Official URL https://chromewebstore.google.com/detail/safesurf/dfkjifnicdciflpceldhdicabjbbmopd
Description Extension to detect malicious websites.
File Size 82.72 KB
Installation Count 30
Current Version 1.1
Last Updated 2021-07-18
Publish Date 2020-08-04
Rating 5.00/5 Total 3 Ratings
Developer safesurfco
Email [email protected]
Payment Type free
Extension Website https://github.com/Neildagr8/SafeSurf
Help Page URL https://twitter.com/mittal_rahil
Supported Languages 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"
            ]
        }
    ]
}