Data Breach Info
Be secure and protected. Get information about all data breaches
Was ist Data Breach Info?
Data Breach Info ist eine Chrome-Erweiterung, die von https://thegoldenstep.com entwickelt wurde, und ihr Hauptmerkmal ist "Be secure and protected. Get information about all data breaches".
Erweiterungsscreenshots
Data Breach Info-Erweiterungs-CRX-Datei herunterladen
Laden Sie Data Breach Info-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Data Breach Info |
ID | dncjjffcbonlldfplckbhincdjgbbmae |
Offizielle URL | https://chromewebstore.google.com/detail/data-breach-info/dncjjffcbonlldfplckbhincdjgbbmae |
Beschreibung | Be secure and protected. Get information about all data breaches |
Dateigröße | 536 KB |
Installationsanzahl | 133 |
Aktuelle Version | 1.1 |
Letztes Update | 2019-12-20 |
Veröffentlichungsdatum | 2019-12-13 |
Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
Entwickler | https://thegoldenstep.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://thegoldenstep.com |
URL der Datenschutzrichtlinien-Seite | https://theadfighter.com/privacy.html |
Unterstützte Sprachen | 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'" } } |