Strong Password Generator
Strong Password Generator to create secure passwords that are impossible to crack on your device.
What is Strong Password Generator?
Strong Password Generator is a Chrome extension developed by Arun Kumar Sekar, and its main feature is "Strong Password Generator to create secure passwords that are impossible to crack on your device.".
Extension Screenshots
Download Strong Password Generator Extension CRX File
Download Strong Password Generator 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
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across the Internet, and learn over 30 tricks to keep your passwords, accounts and documents safe.
Extension Basic Information
Name | Strong Password Generator |
ID | mbkohgkhedaeabjolobelbiomcchdenc |
Official URL | https://chromewebstore.google.com/detail/strong-password-generator/mbkohgkhedaeabjolobelbiomcchdenc |
Description | Strong Password Generator to create secure passwords that are impossible to crack on your device. |
File Size | 879 KB |
Installation Count | 119 |
Current Version | 1.5.5 |
Last Updated | 2017-09-09 |
Publish Date | 2017-09-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Arun Kumar Sekar |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Strong Password Generator", "version": "1.5.5", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device.", "permissions": [], "icons": { "128": "if_key-icon_211087.png", "48": "if_key-icon_211087.png", "16": "if_key-icon_211087_small.png" }, "browser_action": { "default_icon": { "19": "if_key-icon_211087_small.png", "38": "if_key-icon_211087_small.png" }, "default_popup": "index.html", "default_title": "Strong Password Generator" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ] } |