Password Check

Password Check

Password Check क्या है?

Password Check sampiochua द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Password Check"।

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

screenshot

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

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

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

                        Click the "Check Your Password" button to check if the password you key in on a webpage has been exposed by in previous data breaches. This check is done by checking against API provided by https://haveibeenpwned.com

Your actual password is NEVER stored or sent over the Internet to the API. This is implemented using the K-Anonymity model. NO ONE will know what you have actually typed into the password field. Check out more details at https://haveibeenpwned.com/FAQs.

Credit to https://haveibeenpwned.com for providing us with an API to access a database of pwned password.

If you still don't feel safe, then DO NOT use this extension.                    

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

नाम Password Check Password Check
ID ccdjmhmjafjancfmlpjkcjjieibefipb
आधिकारिक URL https://chromewebstore.google.com/detail/password-check/ccdjmhmjafjancfmlpjkcjjieibefipb
विवरण Password Check
फ़ाइल का आकार 20.56 KB
स्थापना संख्या 112
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2019-06-06
प्रकाशन तिथि 2019-06-06
डेवलपर sampiochua
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Check",
    "version": "1.0.7",
    "description": "Password Check",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/lock-16.png",
            "32": "images\/lock-32.png",
            "48": "images\/lock-48.png",
            "128": "images\/lock-128.png"
        }
    },
    "icons": {
        "16": "images\/lock-16.png",
        "32": "images\/lock-32.png",
        "48": "images\/lock-48.png",
        "128": "images\/lock-128.png"
    },
    "manifest_version": 2
}