PassMaker - is the best password generator.
Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup
ما هو PassMaker - is the best password generator.؟
PassMaker - is the best password generator. هو إضافة Chrome تم تطويرها بواسطة pratnomenis، والميزة الرئيسية لها هي "Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PassMaker - is the best password generator.
قم بتنزيل ملفات الامتداد PassMaker - is the best password generator. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tool for making safe and hackproof passwords. With extensive customization options from length to symbols list. Totally private!
معلومات أساسية عن التمديد
الاسم | PassMaker - is the best password generator. |
ID | jidfoanpehhinoikkbfklnllbeppgfmi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/passmaker-is-the-best-pas/jidfoanpehhinoikkbfklnllbeppgfmi |
الوصف | Tool for making safe and hackproof passwords. With extensive customization options. Source code is open: https://bit.ly/3beopup |
حجم الملف | 138 KB |
عدد التثبيتات | 148 |
النسخة الحالية | v1.3 |
آخر تحديث | 2020-05-08 |
تاريخ النشر | 2020-05-08 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | pratnomenis |
نوع الدفع | free |
اللغات المدعومة | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "short_name": "PassMaker", "default_locale": "en", "version": "1.3", "version_name": "v1.3", "author": "pratnomenis", "browser_action": { "default_icon": { "16": "\/img\/ico16.png", "32": "\/img\/ico32.png" }, "default_popup": "index.html", "default_title": "PassMaker v1.3" }, "icons": { "16": "\/img\/ico16.png", "32": "\/img\/ico32.png", "48": "\/img\/ico48.png", "128": "\/img\/ico128.png" }, "manifest_version": 2, "offline_enabled": true, "permissions": [ "storage" ] } |