Security Surf

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

Co to jest Security Surf?

Security Surf to rozszerzenie Chrome opracowane przez https://rajeevj.co.uk, a jego główną funkcją jest „Raising awareness of dangerous websites as you surf across the internet.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Security Surf

Pobierz pliki rozszerzeń Security Surf w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Security Surf Security Surf
ID ekhcklnpcdailhganpmoolfioojgnlii
Oficjalny URL https://chromewebstore.google.com/detail/security-surf/ekhcklnpcdailhganpmoolfioojgnlii
Opis Raising awareness of dangerous websites as you surf across the internet.
Rozmiar pliku 758 KB
Liczba instalacji 14
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-08-25
Data Publikacji 2022-04-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://rajeevj.co.uk
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}