Password Chameleon

Password Generator

What is Password Chameleon?

Password Chameleon is a Chrome extension developed by https://passwordchameleon.com, and its main feature is "Password Generator".

Extension Screenshots

screenshot

Download Password Chameleon Extension CRX File

Download Password Chameleon 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

                        Password Chameleon provides a unique, secure password for every website you visit.

Simply enter your secret password and Password Chameleon will generate a password for you and copy it to the clipboard.

 - Passwords are never stored or sent over the internet.
 - Passwords are 10 characters and always contain numbers, letters and punctuation.
 - Password Chameleon is also available for your smartphone or computer.

Visit the Password Chameleon website for more information.                    

Extension Basic Information

Name Password Chameleon Password Chameleon
ID ihgpfjkeignaegoghdopjncdahgilfnc
Official URL https://chromewebstore.google.com/detail/password-chameleon/ihgpfjkeignaegoghdopjncdahgilfnc
Description Password Generator
File Size 20.1 KB
Installation Count 1,154
Current Version 1.6.1
Last Updated 2021-04-19
Publish Date 2013-06-16
Rating 3.30/5 Total 10 Ratings
Developer https://passwordchameleon.com
Email [email protected]
Payment Type free
Extension Website http://passwordchameleon.com
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Chameleon",
    "version": "1.6.1",
    "manifest_version": 2,
    "description": "Password Generator",
    "homepage_url": "http:\/\/passwordchameleon.com",
    "icons": {
        "16": "ChameleonIcon_16x16.png",
        "48": "ChameleonIcon_48x48.png",
        "128": "ChameleonIcon_128x128.png"
    },
    "browser_action": {
        "default_icon": "ChameleonIcon_19x19.png",
        "default_title": "Password Chameleon",
        "default_popup": "popup.html"
    },
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "clipboardWrite"
    ]
}