PassSec+

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

O que é PassSec+?

PassSec+ é uma extensão do Chrome desenvolvida por SECUSO, e sua principal característica é "PassSec+ alerts the user to enter passwords on websites where they could be compromised.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PassSec+

Baixe arquivos de extensão PassSec+ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome PassSec+ PassSec+
ID nipnbephjglfgphcfjioodiifoieamll
URL Oficial https://chromewebstore.google.com/detail/passsec+/nipnbephjglfgphcfjioodiifoieamll
Descrição PassSec+ alerts the user to enter passwords on websites where they could be compromised.
Tamanho do Arquivo 394 KB
Contagem de Instalações 202
Versão Atual 3.3.2
Última Atualização 2022-03-11
Data de Publicação 2019-03-07
Desenvolvedor SECUSO
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://secuso.org/passsec
Idiomas Suportados 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__"
    }
}