TweakPass: Free Password Manager

Manage your passwords on a single click

O que é TweakPass: Free Password Manager?

TweakPass: Free Password Manager é uma extensão do Chrome desenvolvida por https://www.tweaking.in, e sua principal característica é "Manage your passwords on a single click".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TweakPass: Free Password Manager

Baixe arquivos de extensão TweakPass: Free Password Manager 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

                        TweakPass is a robust browser extension for Chrome that saves your passwords securely and allows you to auto login to sites, fill forms and generate secure passwords.

No need to remember multiple passwords as a single, Master Password will simplify your digital life. Save websites, usernames and passwords in the Vault and auto login to your sites. Not only this, all the imported and saved data is synced between the TweakPass app and Browser Extension, for easy access of data.

Store Everything:

- Save usernames and passwords to make login easy 
- Secure notes and store encrypted data
- An easy way to save all your secure and confidential data 
- Store all important data in one place
- Add, modify, view, delete, and manage passwords for all accounts

Universal Access:

- TweakPass can be used on any computer and laptop with Chrome/Firefox/Opera/Edge
- Use same login to access TweakPass account anywhere
- Instant data syncing to make data available across all the devices

Enhanced Security:

- Generate strong and complicated passwords to protect against cyber threats
- Create new random passwords for each site you visit and sign up
- Add an additional layer of security with Required Password Prompt option 
- Encrypt data both at device level and server end

Make Digital Life Simple:

- Single Master Password for all accounts
- Generate strong passwords without much ado
- Automatically login to sites with saved passwords
- Secure all your passwords in the Vault 

Learn more about features and get TweakPass for Firefox, Opera and Edge by visiting: www.tweakpass.com                    

Informações Básicas da Extensão

Nome TweakPass: Free Password Manager TweakPass: Free Password Manager
ID kmbjcfefmceiibhnddbeenklcmpehmdd
URL Oficial https://chromewebstore.google.com/detail/tweakpass-free-password-m/kmbjcfefmceiibhnddbeenklcmpehmdd
Descrição Manage your passwords on a single click
Tamanho do Arquivo 3.84 MB
Contagem de Instalações 702
Versão Atual 1.0.39
Última Atualização 2022-04-29
Data de Publicação 2019-12-09
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor https://www.tweaking.in
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.tweakpass.com
URL da Página de Ajuda https://www.tweaking.in/contactus
URL da Página de Política de Privacidade http://www.stopallads.com/en/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TweakPass: Free Password Manager",
    "description": "Manage your passwords on a single click",
    "version": "1.0.39",
    "browser_action": {
        "default_icon": {
            "19": "common\/logo\/logo-gray-19.png",
            "38": "common\/logo\/logo-gray-38.png"
        },
        "default_popup": "common\/html\/popup.html",
        "default_title": "TweakPass"
    },
    "icons": {
        "16": "common\/logo\/logo-16.png",
        "32": "common\/logo\/logo-32.png",
        "48": "common\/logo\/logo-48.png",
        "128": "common\/logo\/logo-128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "common\/js\/jquery.min.js",
            "common\/js\/fingerprint2.js",
            "common\/js\/CallClasses.js",
            "common\/js\/db.js",
            "common\/js\/CommonHelper.js",
            "common\/js\/helperLib.js",
            "common\/js\/parseHelper.js",
            "common\/js\/background.js",
            "common\/js\/passwordScore.js",
            "common\/js\/zxcvbn.js",
            "common\/js\/defiant.min.js",
            "common\/js\/psl.min.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/vault.tweakpass.com\/*",
            "*:\/\/tweakpass.com\/*"
        ]
    },
    "permissions": [
        "storage",
        "",
        "webNavigation",
        "tabs",
        "contextMenus",
        "notifications"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "common\/js\/jquery.min.js",
                "common\/js\/defiant.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*",
                ""
            ],
            "run_at": "document_start",
            "content_security_policy": "script-src 'self'"
        },
        {
            "all_frames": true,
            "js": [
                "common\/js\/inject.js",
                "common\/js\/psl.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*",
                ""
            ],
            "run_at": "document_end",
            "content_security_policy": "script-src 'self'"
        }
    ],
    "web_accessible_resources": [
        "common\/logo\/icon-16.png",
        "common\/html\/DialogListSites.html",
        "common\/html\/DialogSavePopup.html"
    ]
}