LeakCheck.cc Alpha Extension

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

LeakCheck.cc Alpha Extensionとは何ですか?

LeakCheck.cc Alpha Extensionはhttps://checkleaked.ccによって開発されたChromeの拡張機能で、その主な機能は「Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc」です。

拡張機能のスクリーンショット

screenshot

LeakCheck.cc Alpha Extension拡張機能のCRXファイルをダウンロード

LeakCheck.cc Alpha Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        CheckLeaked.cc Alpha Chrome Extension (Less Permissions)                    

拡張機能の基本情報

名前 LeakCheck.cc Alpha Extension LeakCheck.cc Alpha Extension
ID fhomcknoglcomgbalioanmgldanahkie
公式URL https://chromewebstore.google.com/detail/leakcheckcc-alpha-extensi/fhomcknoglcomgbalioanmgldanahkie
説明 Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc
ファイルサイズ 140 KB
インストール数 72
現在のバージョン 1.0.3
最終更新日 2023-08-11
公開日 2020-08-11
評価 5.00/5 合計 1 レビュー
開発者 https://checkleaked.cc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://checkleaked.cc
ヘルプページのURL https://checkleaked.cc
プライバシーポリシーページのURL https://checkleaked.cc/privacyPolicy
対応言語 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\/*"
    ]
}