Breached

Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database

Breached क्या है?

Breached Adam Pritchard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database"।

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

screenshot
screenshot

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

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

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

                        Breached is a browser extension that lets you know when you're visiting a site that has been pwned in the past. You can click the button to find out more about those breaches.

Breached uses [Have I Been Pwned](https://haveibeenpwned.com/) to learn about breaches. No information about the sites you visit is sent anywhere -- all checks are local.                    

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

नाम Breached Breached
ID blmhfhlpjoofplegjpalpgnbnnoohpbc
आधिकारिक URL https://chromewebstore.google.com/detail/breached/blmhfhlpjoofplegjpalpgnbnnoohpbc
विवरण Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database
फ़ाइल का आकार 133 KB
स्थापना संख्या 55
वर्तमान संस्करण 1.2.4
अंतिम अपडेट 2017-11-19
प्रकाशन तिथि 2017-11-19
डेवलपर Adam Pritchard
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/adam-p/breached
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Breached",
    "version": "1.2.4",
    "manifest_version": 2,
    "description": "Find out which sites you're visiting have been pwned, using the haveibeenpwned.com database",
    "homepage_url": "https:\/\/github.com\/adam-p\/breached",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "background": {
        "scripts": [
            "vendor\/jquery-3.2.1.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png"
        },
        "default_title": "Breached! Click for details",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications"
    ]
}