Security Surf

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

Was ist Security Surf?

Security Surf ist eine Chrome-Erweiterung, die von https://rajeevj.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "Raising awareness of dangerous websites as you surf across the internet.".

Erweiterungsscreenshots

screenshot
screenshot

Security Surf-Erweiterungs-CRX-Datei herunterladen

Laden Sie Security Surf-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Security Surf Security Surf
ID ekhcklnpcdailhganpmoolfioojgnlii
Offizielle URL https://chromewebstore.google.com/detail/security-surf/ekhcklnpcdailhganpmoolfioojgnlii
Beschreibung Raising awareness of dangerous websites as you surf across the internet.
Dateigröße 758 KB
Installationsanzahl 14
Aktuelle Version 1.2
Letztes Update 2023-08-25
Veröffentlichungsdatum 2022-04-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://rajeevj.co.uk
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}