"Secure Password Generator" (the "Extension") is a free, open-source browser extension that generates cryptographically secure passwords entirely on the user's device. This policy explains what data the Extension handles and how.
We do not collect any personal information. The Extension does not include analytics, telemetry, tracking, advertising identifiers, cookies, or any form of remote reporting.
Specifically, the Extension does not collect:
To preserve your preferences between sessions, the Extension stores a small
amount of non-personal configuration data on your device using
chrome.storage.local:
This data never leaves your device, is not synced to any server controlled by us, and can be removed at any time by uninstalling the Extension or clearing extension data from Chrome.
storage — used only to persist your generator preferences
locally (see Section 3).
clipboardWrite — used only to write a generated password
to your clipboard when you click the "Copy" button. The Extension
never reads the clipboard.
Passwords are generated locally using the browser's
crypto.getRandomValues() cryptographic primitive. Generated
passwords are not logged, not stored, and not transmitted anywhere. They
exist only in the current popup window and, if you choose to copy them,
in your operating system's clipboard.
The Extension does not load or execute any remote code. All JavaScript,
HTML, and CSS are bundled inside the published extension package and
comply with Manifest V3 requirements (no eval, no remote
scripts, no remote CDNs).
The Extension does not integrate with any third-party services, SDKs, or APIs. There are no network requests made by the Extension.
We do not sell, rent, or share any user data with third parties for any purpose, because we do not collect any user data in the first place.
The Extension is suitable for general audiences and does not knowingly collect information from anyone, including children under 13.
If this policy changes, the updated version will be published at the same URL, and the "Last updated" date at the top will be revised. Material changes will be reflected in the Chrome Web Store listing.
Questions about this policy can be sent to the publisher contact email listed on the Chrome Web Store item page.