Password Leak Checker

Check passwords for leaks

Password Leak Checker क्या है?

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

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

screenshot

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

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

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

                        More then 11 billion account have leaked in past 5 years!
This extension helps to keep your password strong and notifies you as soon as your password appears in any leaked database.
It completely secure, since we do not store or transfer your password online - only a part of a secure hash, so nobody can even image what your real password is.
Install and be safe!                    

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

नाम Password Leak Checker Password Leak Checker
ID ljfpcmdeanmaoegildipnfnmdifglmbc
आधिकारिक URL https://chromewebstore.google.com/detail/password-leak-checker/ljfpcmdeanmaoegildipnfnmdifglmbc
विवरण Check passwords for leaks
फ़ाइल का आकार 779 KB
स्थापना संख्या 195
वर्तमान संस्करण 0.3.1
अंतिम अपडेट 2021-08-15
प्रकाशन तिथि 2021-07-24
डेवलपर Password Leak Checker
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://pwdchecker.com/privacy.html
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "default_locale": "en",
    "version": "0.3.1",
    "browser_action": {
        "default_popup": "background.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "gcm",
        "cookies",
        "tabs"
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ]
}