TweakPass: Free Password Manager

Manage your passwords on a single click

Qu'est-ce que TweakPass: Free Password Manager ?

TweakPass: Free Password Manager est une extension Chrome développée par https://www.tweaking.in, et sa fonction principale est "Manage your passwords on a single click".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TweakPass: Free Password Manager

Téléchargez les fichiers d'extension TweakPass: Free Password Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TweakPass: Free Password Manager TweakPass: Free Password Manager
ID kmbjcfefmceiibhnddbeenklcmpehmdd
URL Officiel https://chromewebstore.google.com/detail/tweakpass-free-password-m/kmbjcfefmceiibhnddbeenklcmpehmdd
Description Manage your passwords on a single click
Taille du Fichier 3.84 MB
Nombre d'Installations 702
Version Actuelle 1.0.39
Dernière Mise à Jour 2022-04-29
Date de Publication 2019-12-09
Évaluation 5.00/5 Total 10 Évaluations
Développeur https://www.tweaking.in
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.tweakpass.com
URL de la Page d'Aide https://www.tweaking.in/contactus
URL de la Page de Politique de Confidentialité http://www.stopallads.com/en/privacy
Langues Prises en Charge 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"
    ]
}