Total Password

Store your passwords safely and securely - Total Password makes life easier!

What is Total Password?

Total Password is a Chrome extension developed by https://totalpassword.com, and its main feature is "Store your passwords safely and securely - Total Password makes life easier!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Total Password Extension CRX File

Download Total Password extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Total Password is the solution for protecting your online identity. Safely store all of your passwords, credit card information and identities in an encrypted vault, which you can access within seconds, making it easier to keep your online accounts safe. When it comes to security, we have you covered.

Hackers are regularly attacking major websites to try and steal email addresses and passwords that are signed up to access those websites. The moment they get hold of them, they try them on hundreds of other websites too - within a matter of seconds, they can see if the exposed email addresses and passwords work on popular social media or email websites. Total Password is your first line of defense against this.

We can put a stop to this identity theft threat. Each time you sign up to a website, and create a password, Total Password can generate a completely random, unique, long and unguessable one for you. We then store it securely for you, and automatically use it to log you in when you next visit the website. The only password you need to remember is the master - this provides access to all your unique passwords for each and every website.

You can sync your Total Password account across all of your devices, meaning you don’t need to worry about forgetting a password again.

Already using a password manager? No problem! You can easily import stored passwords from browsers or standalone password managers.

Check out all of our features below:

Secure, Encrypted storage

Passwords added to Total Password are securely stored in an encrypted cloud. Rest assured we utilize the Advanced Encryption Standard (AES) with a key size of 256 bits (AES-256). In simple terms, this means no person or machine could decrypt data stored in Total Password.

Unique Password Generator

With a single click Total Password can generate a secure and unique password for you with as many characters as you choose. It is so important to utilize the password generator, as opposed to choosing ones that you can remember. Words, and even words with letters replaced with numbers are inherently insecure, easily guessed and susceptible to brute force attacks. Avoid identity theft, use Total Password’s Password Generator.

Automatic sync between devices

Using Total Password to set unique passwords for each and every website means you need them on all your devices. It’s available as an extension on all major browsers as well as an app for iPhone, iPad and Android devices. If you add a new password on desktop, rest assured it will sync across to be available on mobile, or vice versa. Your up to date encrypted storage of websites, logins, passwords, credit cards and secure notes is available on all your devices.

Two-factor authentication

Two-factor, or 2FA, is the next level in security. What this means is that there are 2 factors to access your passwords, the first being your master password and the 2nd being a one-time code sent to your mobile device the moment you try to login. By enabling 2FA, this means even if your master password was guessed, an intruder wouldn’t be able to access your passwords, as they wouldn’t have your mobile device for the 2nd factor authorisation.

Security Reports

Stay up to date with password and data breaches. Using our Security Report feature, you can check all of your passwords against breaches worldwide and change them to a new, secure password quickly. 

Remote logout

Within Total Password you can see all the devices and browsers you’re logged into. You have full control to remove any devices with a single click, meaning you needn’t worry if you’ve left yourself logged in on a shared computer.

We collect your IP address on initial installation in order to allocate your free trial access without requiring any personal information. You will only be required to provide personal details such as your name, email address & payment credentials should you wish to activate a premium subscription.

Further details of both our terms & privacy policies can be found below:

Terms: https://www.totalpassword.com/terms
Privacy: https://www.totalpassword.com/privacy

Further details can be found on on pricing page https://www.totalpassword.com/pricing

Total Password will not store or log your data, your privacy is our priority.

This service is sold by Total Security Limited.                    

Extension Basic Information

Name Total Password Total Password
ID njimencmbpfibibelblbbabiffimoajp
Official URL https://chromewebstore.google.com/detail/total-password/njimencmbpfibibelblbbabiffimoajp
Description Store your passwords safely and securely - Total Password makes life easier!
File Size 4.36 MB
Installation Count 13,246
Current Version 1.2.1
Last Updated 2024-02-11
Publish Date 2023-04-30
Rating 2.27/5 Total 22 Ratings
Developer https://totalpassword.com
Email [email protected]
Payment Type free
Extension Website https://www.totalpassword.com
Help Page URL https://help.totalpassword.com
Privacy Policy Page URL https://www.totalav.com/privacy
Supported Languages de,en,fr,nl,no,tr,da,es,it,pl,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Total Password",
    "short_name": "TotalPass",
    "description": "__MSG_manifest_description__",
    "version": "1.2.1",
    "author": "Total Password",
    "homepage_url": "https:\/\/totalpassword.com\/",
    "default_locale": "en",
    "background": {
        "service_worker": "src\/background\/service-worker-wrapper.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/forge\/forge.js",
                "src\/content_scripts\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "src\/images\/icons\/icon-16.png",
        "48": "src\/images\/icons\/icon-48.png",
        "128": "src\/images\/icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "browsingData",
        "storage",
        "cookies",
        "activeTab",
        "unlimitedStorage",
        "clipboardWrite",
        "bookmarks"
    ],
    "optional_permissions": [
        "contextMenus",
        "privacy"
    ],
    "action": {
        "default_icon": {
            "128": "src\/images\/icons\/icon-128.png"
        },
        "default_popup": "src\/ui\/index.html",
        "default_title": "Total Password"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "src\/images\/icons\/blank.png",
                "src\/content_scripts\/popup.html",
                "src\/content_scripts\/notification.html",
                "src\/images\/icons\/icon-32.png",
                "src\/images\/icons\/icon-32-i.png",
                "src\/images\/icons\/iconForce-32.png"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; img-src * data: ; object-src 'self'"
    }
}