PassSec+

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

什麼是PassSec+?

PassSec+是由SECUSO開發的Chrome擴展程式,該擴展的主要功能是“PassSec+ alerts the user to enter passwords on websites where they could be compromised.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PassSec+擴展crx文件

下載PassSec+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 PassSec+ PassSec+
ID nipnbephjglfgphcfjioodiifoieamll
官方網址 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__"
    }
}