LeakCheck.cc Alpha Extension

Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc

Co to jest LeakCheck.cc Alpha Extension?

LeakCheck.cc Alpha Extension to rozszerzenie Chrome opracowane przez https://checkleaked.cc, a jego główną funkcją jest „Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LeakCheck.cc Alpha Extension

Pobierz pliki rozszerzeń LeakCheck.cc Alpha Extension 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

                        CheckLeaked.cc Alpha Chrome Extension (Less Permissions)                    

Podstawowe informacje o rozszerzeniu

Nazwa LeakCheck.cc Alpha Extension LeakCheck.cc Alpha Extension
ID fhomcknoglcomgbalioanmgldanahkie
Oficjalny URL https://chromewebstore.google.com/detail/leakcheckcc-alpha-extensi/fhomcknoglcomgbalioanmgldanahkie
Opis Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc
Rozmiar pliku 140 KB
Liczba instalacji 72
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2023-08-11
Data Publikacji 2020-08-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://checkleaked.cc
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://checkleaked.cc
Adres URL Strony Pomocy https://checkleaked.cc
Adres URL Strony Polityki Prywatności https://checkleaked.cc/privacyPolicy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LeakCheck.cc Alpha Extension",
    "description": "Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc",
    "version": "1.0.3",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/48.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leakcheck.cc\/*",
                "https:\/\/checkleaked.cc\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/48.png"
    ],
    "permissions": [
        "cookies",
        "https:\/\/leakcheck.cc\/*",
        "https:\/\/checkleaked.cc\/*"
    ]
}