Security Surf

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

What is Security Surf?

Security Surf is a Chrome extension developed by https://rajeevj.co.uk, and its main feature is "Raising awareness of dangerous websites as you surf across the internet.".

Extension Screenshots

screenshot
screenshot

Download Security Surf Extension CRX File

Download Security Surf 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

                        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.                    

Extension Basic Information

Name Security Surf Security Surf
ID ekhcklnpcdailhganpmoolfioojgnlii
Official URL https://chromewebstore.google.com/detail/security-surf/ekhcklnpcdailhganpmoolfioojgnlii
Description Raising awareness of dangerous websites as you surf across the internet.
File Size 758 KB
Installation Count 14
Current Version 1.2
Last Updated 2023-08-25
Publish Date 2022-04-12
Rating 5.00/5 Total 1 Ratings
Developer https://rajeevj.co.uk
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}