Data Breach Info
Be secure and protected. Get information about all data breaches
什麼是Data Breach Info?
Data Breach Info是由https://thegoldenstep.com開發的Chrome擴展程式,該擴展的主要功能是“Be secure and protected. Get information about all data breaches”。
擴展截圖
下載Data Breach Info擴展crx文件
下載Data Breach Info擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Data breach info is tool to understand breaches happened so far.
A data breach is an incident that involves the unauthorized or illegal viewing, access or retrieval of data by an individual, application or service. It is a type of security breach specifically designed to steal and/or publish data to an unsecured or illegal location.
A data breach is also known as a data spill or data leak.
A data breach occurs when an unauthorized hacker or attacker accesses a secure database or repository. Data breaches are typically geared toward logical or digital data and often conducted over the Internet or a network connection.
A data breach may result in data loss, including financial, personal and health information. A hacker also may use stolen data to impersonate himself to gain access to a more secure location. For example, a hacker's data breach of a network administrator's login credentials can result in access of an entire network.
By utilizing Have I been pwned's API, this extension helps you understand to know about data breaches. 擴展基本資訊
| 名稱 | |
| ID | dncjjffcbonlldfplckbhincdjgbbmae |
| 官方網址 | https://chromewebstore.google.com/detail/data-breach-info/dncjjffcbonlldfplckbhincdjgbbmae |
| 簡介 | Be secure and protected. Get information about all data breaches |
| 檔案大小 | 536 KB |
| 安裝次數 | 133 |
| 目前版本 | 1.1 |
| 更新時間 | 2019-12-20 |
| 上架時間 | 2019-12-13 |
| 評分 | 4.83/5 共 6 次評分 |
| 開發者 | https://thegoldenstep.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://thegoldenstep.com |
| 隱私政策頁面URL | https://theadfighter.com/privacy.html |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Data Breach Info",
"version": "1.1",
"manifest_version": 2,
"description": "Be secure and protected. Get information about all data breaches",
"homepage_url": "http:\/\/thegoldenstep.com",
"icons": {
"16": "icons\/16_logo.png",
"48": "icons\/48_logo.png",
"128": "icons\/128_logo.png"
},
"browser_action": {
"default_title": "Data Breach Info",
"default_popup": "html\/dataBreachInfo.html"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true,
"content_security_policy": "script-src 'self' https:\/\/haveibeenpwned.com\/api\/; object-src 'self'"
}
} | |