Last updated: August 23, 2026
TypeSure is a Chrome extension with two features:
None. TypeSure does not read, log, copy, store, or transmit:
The password show/hide button works by toggling the HTML type
attribute of the input field between password and
text — the same mechanism a website's own native show/hide
button would use. TypeSure never reads or stores the actual characters
you type. The Caps Lock warning only checks the keyboard's Caps Lock
state (a true/false value), never the keys you press.
TypeSure stores exactly two values — whether each of the two features
above is turned on or off — using Chrome's built-in
chrome.storage.sync API. This data:
TypeSure requests only the storage permission, used solely
to remember the two on/off settings described above. It does not
request access to your browsing history, tabs, or any network requests.
TypeSure does not use any third-party analytics, advertising, or tracking services. There are no external scripts, trackers, or remote code of any kind loaded by this extension.
If TypeSure's data practices ever change, this page will be updated before the change takes effect, and the "Last updated" date above will reflect that.
Questions about this policy can be sent to: REPLACE_WITH_YOUR_EMAIL