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) 擴展基本資訊
| 名稱 | |
| ID | fhomcknoglcomgbalioanmgldanahkie |
| 官方網址 | 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\/*"
]
} | |