Security Surf

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

Wat is Security Surf?

Security Surf is een Chrome-extensie ontwikkeld door https://rajeevj.co.uk, en de belangrijkste functie is "Raising awareness of dangerous websites as you surf across the internet.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Security Surf

Download Security Surf-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Security Surf Security Surf
ID ekhcklnpcdailhganpmoolfioojgnlii
Officiële URL https://chromewebstore.google.com/detail/security-surf/ekhcklnpcdailhganpmoolfioojgnlii
Beschrijving Raising awareness of dangerous websites as you surf across the internet.
Bestandsgrootte 758 KB
Aantal Installaties 14
Huidige Versie 1.2
Laatst Bijgewerkt 2023-08-25
Publicatiedatum 2022-04-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://rajeevj.co.uk
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}