Password Ninja
Password Generator for Young People
Wat is Password Ninja?
Password Ninja is een Chrome-extensie ontwikkeld door https://password.ninja, en de belangrijkste functie is "Password Generator for Young People".
Extensie Screenshots
Download het CRX-bestand van de extensie Password Ninja
Download Password Ninja-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Password Ninja |
ID | jmpfkedghkkdhggiajgibkjlnjondhkm |
Officiële URL | https://chromewebstore.google.com/detail/password-ninja/jmpfkedghkkdhggiajgibkjlnjondhkm |
Beschrijving | Password Generator for Young People |
Bestandsgrootte | 301 KB |
Aantal Installaties | 111 |
Huidige Versie | 2.3.1 |
Laatst Bijgewerkt | 2024-02-23 |
Publicatiedatum | 2021-06-16 |
Ontwikkelaar | https://password.ninja |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://password.ninja |
Help Pagina-URL | https://password.ninja/contact |
Ondersteunde Talen | 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" ] } |