Random password generator

Simple tool to generate strong and secure passwords.

What is Random password generator?

Random password generator is a Chrome extension developed by https://secure-password.freeonlineapps.net, and its main feature is "Simple tool to generate strong and secure passwords.".

Extension Screenshots

screenshot

Download Random password generator Extension CRX File

Download Random 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

                        Simple tool to generate strong and secure passwords
With this extension you can easily generate strong and secure passwords. 

You can specify password length and used chars (lowercase, uppercase, numbers or custom). Generated password can be copied directly to your clipboard, the passwords are NOT saved online. So you can ensure the security of your password                    

Extension Basic Information

Name Random password generator Random password generator
ID flaahbpdnolilcopgaeknejgbnljpdep
Official URL https://chromewebstore.google.com/detail/random-password-generator/flaahbpdnolilcopgaeknejgbnljpdep
Description Simple tool to generate strong and secure passwords.
File Size 226 KB
Installation Count 13,534
Current Version 3.0.0
Last Updated 2022-04-04
Publish Date 2020-05-21
Rating 4.36/5 Total 33 Ratings
Developer https://secure-password.freeonlineapps.net
Email [email protected]
Payment Type free
Extension Website https://secure-password.freeonlineapps.net
Privacy Policy Page URL https://www.freeonlineapps.net/privacy
Supported Languages id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "action": {
        "default_icon": {
            "128": "images\/icons8-password-128.png",
            "16": "images\/icons8-password-16.png",
            "32": "images\/icons8-password-32.png",
            "48": "images\/icons8-password-48.png",
            "64": "images\/icons8-password-64.png"
        },
        "default_popup": "popup.html"
    },
    "default_locale": "en_US",
    "description": "__MSG_application_description__",
    "icons": {
        "128": "images\/icons8-password-128.png",
        "16": "images\/icons8-password-16.png",
        "32": "images\/icons8-password-32.png",
        "48": "images\/icons8-password-48.png",
        "64": "images\/icons8-password-64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "version": "3.0.0",
    "homepage_url": "https:\/\/secure-password.freeonlineapps.net"
}