PassSec+

PassSec+ alerts the user to enter passwords on websites where they could be compromised.

PassSec+ क्या है?

PassSec+ SECUSO द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PassSec+ alerts the user to enter passwords on websites where they could be compromised."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The PassSec+ add-on protects you from entering passwords, bank details and other sensitive data on insecure websites.                    

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

नाम PassSec+ PassSec+
ID nipnbephjglfgphcfjioodiifoieamll
आधिकारिक URL https://chromewebstore.google.com/detail/passsec+/nipnbephjglfgphcfjioodiifoieamll
विवरण PassSec+ alerts the user to enter passwords on websites where they could be compromised.
फ़ाइल का आकार 394 KB
स्थापना संख्या 202
वर्तमान संस्करण 3.3.2
अंतिम अपडेट 2022-03-11
प्रकाशन तिथि 2019-03-07
डेवलपर SECUSO
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://secuso.org/passsec
समर्थित भाषाएँ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PassSec+",
    "version": "3.3.2",
    "author": "SECUSO",
    "homepage_url": "https:\/\/www.secuso.org\/passsec",
    "description": "__MSG_addOnDescription__",
    "default_locale": "de",
    "background": {
        "scripts": [
            "js\/default-preferences.js",
            "js\/jquery-3.4.1.min.js",
            "js\/publicsuffixlist.js",
            "js\/punycode.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "64": "skin\/logo.png"
    },
    "web_accessible_resources": [
        "skin\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/jquery.qtip.min.css",
                "css\/jquery-confirm.min.css",
                "css\/tooltip.css"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/jquery.qtip.min.js",
                "js\/punycode.min.js",
                "js\/jquery-confirm.min.js",
                "js\/publicsuffixlist.js",
                "js\/security-status.js",
                "js\/tooltip.js",
                "js\/timer.js",
                "js\/input-field.js",
                "js\/content-script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "skin\/redirectActive.png"
        },
        "default_title": "__MSG_browserActionRedirectActive__"
    }
}