Bitcleaner Surfguard

Review and share the security of websites

Co to jest Bitcleaner Surfguard?

Bitcleaner Surfguard to rozszerzenie Chrome opracowane przez Andre.K., a jego główną funkcją jest „Review and share the security of websites”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Bitcleaner Surfguard

Pobierz pliki rozszerzeń Bitcleaner Surfguard 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

                        Review and share the security of websites. If you surf to a website that is not secure, e.g. a phishing site, you will immediately receive a warning.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bitcleaner Surfguard Bitcleaner Surfguard
ID aeefnonlfngaeblgiipagcfmcakbmmjk
Oficjalny URL https://chromewebstore.google.com/detail/bitcleaner-surfguard/aeefnonlfngaeblgiipagcfmcakbmmjk
Opis Review and share the security of websites
Rozmiar pliku 141 KB
Liczba instalacji 162,608
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-08-12
Data Publikacji 2023-08-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Andre.K.
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://bitcleaner.com/privacy
Obsługiwane Języki de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "icons": {
        "48": "BitcleanerSurfgardLogo-48x48.png",
        "96": "BitcleanerSurfgardLogo-96x96.png"
    },
    "action": {
        "browser_style": true,
        "default_popup": "index.html",
        "default_icon": "BitcleanerSurfgardLogo-16x16.png",
        "default_title": "Bitcleaner Surfguard"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "description": "__MSG_manifest_description__",
    "manifest_version": 3,
    "name": "Bitcleaner Surfguard",
    "version": "1.0.0",
    "default_locale": "en"
}