WebExtension.net
WebExtension.net

Password Generator

View on Chrome Web Store
View Password Generator Chrome Extension on Chrome Web Store
0.0 (0 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Generate random passwords with a single click.
Type
Extension
Users
4 users
BrowserNative
View author page of BrowserNative
Published
Published on September 28, 2024
Version 0.0.2
Manifest version
3
Updated
Updated on September 28, 2024
View on Chrome Web Store
View Password Generator Chrome Extension on Chrome Web Store
make_chrome_yours/privacy
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Generator",
    "version": "0.0.2",
    "manifest_version": 3,
    "description": "Generate random passwords with a single click.",
    "icons": {
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "action": {
        "default_popup": "\/popup\/popup.html"
    },
    "homepage_url": "https:\/\/password-generator.in\/extension-guide\/",
    "background": {
        "service_worker": "sw.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "options_page": "\/options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top