The Password Genie
Instant and secure password generator, the extension is safe and open source
What is The Password Genie?
The Password Genie is a Chrome extension developed by Unknown, and its main feature is "Instant and secure password generator, the extension is safe and open source".
Extension Screenshots
Download The Password Genie Extension CRX File
Download The Password Genie 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
Instant and Secure password generator.
Extension Basic Information
Name | The Password Genie |
ID | ccdnljkkehejmcfnmifnkpnodlikdehg |
Official URL | https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg |
Description | Instant and secure password generator, the extension is safe and open source |
File Size | 193 KB |
Installation Count | 171 |
Current Version | 1.4.4 |
Last Updated | 2018-05-07 |
Publish Date | 2018-05-07 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://nourabusoud.github.io/password-genie/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Password Genie", "version": "1.4.4", "manifest_version": 2, "description": "Instant and secure password generator, the extension is safe and open source", "icons": { "16": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]", "512": "images\/[email protected]", "1024": "images\/[email protected]" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [], "browser_action": { "default_icon": { "16": "images\/[email protected]", "48": "images\/[email protected]" }, "default_title": "The Password Genie", "default_popup": "popup.html" } } |