MasterPassword for chrome

Remember your MasterPassword, and this app will generate unique passwords for every other site you visit

Τι είναι το MasterPassword for chrome;

Το MasterPassword for chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ttyridal, και η κύρια λειτουργία του είναι "Remember your MasterPassword, and this app will generate unique passwords for every other site you visit".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης MasterPassword for chrome

Λήψη αρχείων επέκτασης MasterPassword for chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        One of todays main security challenges on the web is passwords. You typically have to login at many different sites, and remembering a different password for every site is hard. Unfortunately one of the sites you use will sooner or later be hacked, and passwords leaked. If that password is reused on other sites, the hackers will have access to all your accounts.
MasterPassword can help. With one master password, a unique one can be generated for each site. When you need to login, this addon will complete the site password for you. And it is impossible to guess the master password from a site password. Read more at http://masterpasswordapp.com

The MasterPassword algorithm is standardized. You can find app's for Ios, Android, Windows, Mac and Linux.

One of MasterPasswords strong points is that neither the master or site password is stored anywhere. The site password is rather generated mathematically every time. This is in clear contrast to many other password managers, like Chrome's built in password manager. If your computer or browser is hacked, solutions where the password is stored can give away all your passwords! Similar dangers exists with cloud based solutions.

The MasterPassword addon can of course co exist with other password managers and will stay out of your way until you click the MasterPassword button. If you chose to uninstall the addon, you'll just have to remember the passwords you've generated, or import them into another password manager.

Since passwords in MasterPassword are mathematically generated, it is impossible to import other custom passwords into master password. They would have to be stored on your computer, which defeats MasterPassword's working principle. As such, it is convenient to use the Chrome password manager for such passwords, until you find a time to switch a site to MasterPassword.

Also note that when MasterPassword enters a password for you, Chrome will behave like you typed it on the keyboard, and prompt you if you want to save it. You can of course accept this, but your passwords will then be stored and risk being stolen. I'd therefore suggest to reject that offer.

Protect your accounts on the web - Use MasterPassword                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MasterPassword for chrome MasterPassword for chrome
ID hifbblnjfcimjnlhibannjoclibgedmd
Επίσημο URL https://chromewebstore.google.com/detail/masterpassword-for-chrome/hifbblnjfcimjnlhibannjoclibgedmd
Περιγραφή Remember your MasterPassword, and this app will generate unique passwords for every other site you visit
Μέγεθος Αρχείου 226 KB
Αριθμός Εγκαταστάσεων 2,408
Τρέχουσα Έκδοση 3.0.0
Τελευταία Ενημέρωση 2023-10-15
Ημερομηνία Δημοσίευσης 2018-01-03
Αξιολόγηση 4.71/5 Συνολικά 34 Αξιολογήσεις
Προγραμματιστής ttyridal
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/ttyridal/masterpassword-firefox/wiki
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/ttyridal/masterpassword-firefox/issues
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/ttyridal/masterpassword-firefox/wiki/Privacy-Policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MasterPassword for chrome",
    "version": "3.0.0",
    "version_name": "3.0.0",
    "minimum_chrome_version": "102",
    "manifest_version": 3,
    "description": "Remember your MasterPassword, and this app will generate unique passwords for every other site you visit",
    "author": "Torbjorn Tyridal (ttyridal)",
    "homepage_url": "https:\/\/github.com\/ttyridal\/masterpassword-firefox",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "src\/bg\/background.js",
        "type": "module"
    },
    "incognito": "split",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxMIpiNkRMqAlsnyv4Px4hZTfdYpfj9kmMyI9eX0q4lFL+5nKYViYvwAxb9FY4EPmois11L4Of4BSEmSZ366AWwmcR+sBvOn0peTTpZvVbnd4Y\/U8OKouc0G7ihN9t6qLZ6RdpTc7ZY0roLBu2G5Bob3GOhx0oE4rafZeaNCk9I8m\/GwRd4Risiw3B5calzGgWbAnTkKiDrFFpNgB3ZWGzn0NqP6ulrUxe8cn4A2sjfDPHSbyIym\/aAhKXY2RIasextqbo0UsbxX1duo6f85rGXepsrNnwUDRfhinf8rxiZZzWcFjlSSB2SBAUdoRCiAyswgFWS5zpyQGFm1yyESAmwIDAQAB",
    "options_page": "src\/options\/index.html",
    "options_ui": {
        "page": "src\/options\/options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon19.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "MasterPassword",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+P",
                "mac": "MacCtrl+Shift+P"
            }
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "clipboardWrite",
        "storage",
        "alarms",
        "nativeMessaging"
    ]
}