PassSec+

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

PassSec+ là gì?

PassSec+ là một tiện ích mở rộng Chrome được phát triển bởi SECUSO, và tính năng chính của nó là "PassSec+ alerts the user to enter passwords on websites where they could be compromised.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PassSec+

Tải xuống các tệp mở rộng PassSec+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PassSec+ PassSec+
ID nipnbephjglfgphcfjioodiifoieamll
URL Chính Thức https://chromewebstore.google.com/detail/passsec+/nipnbephjglfgphcfjioodiifoieamll
Mô tả PassSec+ alerts the user to enter passwords on websites where they could be compromised.
Kích Thước Tệp 394 KB
Số Lần Cài Đặt 202
Phiên Bản Hiện Tại 3.3.2
Cập Nhật Lần Cuối 2022-03-11
Ngày Phát Hành 2019-03-07
Nhà Phát Triển SECUSO
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://secuso.org/passsec
Ngôn Ngữ Được Hỗ Trợ 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__"
    }
}