Security Surf

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

Co je Security Surf?

Security Surf je rozšíření Chrome vyvinuté https://rajeevj.co.uk, a jeho hlavní funkcí je „Raising awareness of dangerous websites as you surf across the internet.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Security Surf

Stáhněte si soubory rozšíření Security Surf ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Security Surf Security Surf
ID ekhcklnpcdailhganpmoolfioojgnlii
Oficiální URL https://chromewebstore.google.com/detail/security-surf/ekhcklnpcdailhganpmoolfioojgnlii
Popis Raising awareness of dangerous websites as you surf across the internet.
Velikost souboru 758 KB
Počet instalací 14
Aktuální Verze 1.2
Poslední Aktualizace 2023-08-25
Datum Vydání 2022-04-12
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://rajeevj.co.uk
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}