Password Ninja

Password Generator for Young People

Was ist Password Ninja?

Password Ninja ist eine Chrome-Erweiterung, die von https://password.ninja entwickelt wurde, und ihr Hauptmerkmal ist "Password Generator for Young People".

Erweiterungsscreenshots

screenshot

Password Ninja-Erweiterungs-CRX-Datei herunterladen

Laden Sie Password Ninja-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Password Ninja Password Ninja
ID jmpfkedghkkdhggiajgibkjlnjondhkm
Offizielle URL https://chromewebstore.google.com/detail/password-ninja/jmpfkedghkkdhggiajgibkjlnjondhkm
Beschreibung Password Generator for Young People
Dateigröße 301 KB
Installationsanzahl 111
Aktuelle Version 2.3.1
Letztes Update 2024-02-23
Veröffentlichungsdatum 2021-06-16
Entwickler https://password.ninja
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://password.ninja
Hilfeseite URL https://password.ninja/contact
Unterstützte Sprachen 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"
    ]
}