Password Ninja

Password Generator for Young People

What is Password Ninja?

Password Ninja is a Chrome extension developed by https://password.ninja, and its main feature is "Password Generator for Young People".

Extension Screenshots

screenshot

Download Password Ninja Extension CRX File

Download Password Ninja 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 Ninja is a random password generator great for young people! Make a new password for yourself or someone else, great for those working in schools.                    

Extension Basic Information

Name Password Ninja Password Ninja
ID jmpfkedghkkdhggiajgibkjlnjondhkm
Official URL https://chromewebstore.google.com/detail/password-ninja/jmpfkedghkkdhggiajgibkjlnjondhkm
Description Password Generator for Young People
File Size 301 KB
Installation Count 111
Current Version 2.3.1
Last Updated 2024-02-23
Publish Date 2021-06-16
Developer https://password.ninja
Email [email protected]
Payment Type free
Extension Website https://password.ninja
Help Page URL https://password.ninja/contact
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Ninja",
    "description": "Password Generator for Young People",
    "version": "2.3.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/pn16.png",
            "32": "images\/pn32.png",
            "48": "images\/pn48.png",
            "128": "images\/pn128.png"
        }
    },
    "icons": {
        "16": "images\/pn16.png",
        "32": "images\/pn32.png",
        "48": "images\/pn48.png",
        "128": "images\/pn128.png"
    },
    "permissions": [
        "storage"
    ]
}