Data Breach Info

Be secure and protected. Get information about all data breaches

Data Breach Info क्या है?

Data Breach Info https://thegoldenstep.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be secure and protected. Get information about all data breaches"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Data Breach Info एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Data Breach Info Data Breach Info
ID dncjjffcbonlldfplckbhincdjgbbmae
आधिकारिक URL 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'"
    }
}