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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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__"
    }
}