LeakCheck.cc Alpha Extension
Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc
What is LeakCheck.cc Alpha Extension?
LeakCheck.cc Alpha Extension is a Chrome extension developed by https://checkleaked.cc, and its main feature is "Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc".
Extension Screenshots
Download LeakCheck.cc Alpha Extension Extension CRX File
Download LeakCheck.cc Alpha Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
CheckLeaked.cc Alpha Chrome Extension (Less Permissions)
Extension Basic Information
Name | LeakCheck.cc Alpha Extension |
ID | fhomcknoglcomgbalioanmgldanahkie |
Official URL | https://chromewebstore.google.com/detail/leakcheckcc-alpha-extensi/fhomcknoglcomgbalioanmgldanahkie |
Description | Protect yourself from hackers, check if your account was compromised in a data breach. Requires Authentication with LeakCheck.cc |
File Size | 140 KB |
Installation Count | 72 |
Current Version | 1.0.3 |
Last Updated | 2023-08-11 |
Publish Date | 2020-08-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://checkleaked.cc |
[email protected] | |
Payment Type | free |
Extension Website | https://checkleaked.cc |
Help Page URL | https://checkleaked.cc |
Privacy Policy Page URL | https://checkleaked.cc/privacyPolicy |
Supported Languages | 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\/*" ] } |