Security Surf

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

Cos'è Security Surf?

Security Surf è un'estensione di Chrome sviluppata da https://rajeevj.co.uk, e la sua funzione principale è "Raising awareness of dangerous websites as you surf across the internet.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Security Surf

Scarica i file di estensione Security Surf in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Security Surf Security Surf
ID ekhcklnpcdailhganpmoolfioojgnlii
URL Ufficiale https://chromewebstore.google.com/detail/security-surf/ekhcklnpcdailhganpmoolfioojgnlii
Descrizione Raising awareness of dangerous websites as you surf across the internet.
Dimensione del File 758 KB
Conteggio Installazioni 14
Versione Corrente 1.2
Ultimo Aggiornamento 2023-08-25
Data di Pubblicazione 2022-04-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://rajeevj.co.uk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}