Password Ninja
Password Generator for Young People
ما هو Password Ninja؟
Password Ninja هو إضافة Chrome تم تطويرها بواسطة https://password.ninja، والميزة الرئيسية لها هي "Password Generator for Young People".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Password Ninja
قم بتنزيل ملفات الامتداد Password Ninja بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Password Ninja |
ID | jmpfkedghkkdhggiajgibkjlnjondhkm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/password-ninja/jmpfkedghkkdhggiajgibkjlnjondhkm |
الوصف | Password Generator for Young People |
حجم الملف | 301 KB |
عدد التثبيتات | 111 |
النسخة الحالية | 2.3.1 |
آخر تحديث | 2024-02-23 |
تاريخ النشر | 2021-06-16 |
المطور | https://password.ninja |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://password.ninja |
عنوان صفحة المساعدة | https://password.ninja/contact |
اللغات المدعومة | 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" ] } |