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”。
扩展截图
下载LeakCheck.cc Alpha Extension扩展crx文件
下载LeakCheck.cc Alpha Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
CheckLeaked.cc Alpha Chrome Extension (Less Permissions)
扩展基本信息
名称 | 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 |
电子邮箱 | [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\/*" ] } |