T2Plus

Privacy policy

T2Plus Chrome extension for t2toys.com

T2Plus rewrites product and article cards on t2toys.com in your browser so they are real links, can show listing photos full screen, can save listings you star, and can restyle the site in dark colors if you turn that on. It does not collect, sell, or transmit personal information, listing data, cookies, or account details to us or to any server we operate.

The Dark mode switch is stored as a boolean (darkMode) in Chrome’s own chrome.storage.sync for your browser profile so the setting follows you to other Chrome sessions signed into that profile. Saved listings (title, price, photo URL, and product URL) are stored in chrome.storage.local on that profile. Those values never leave Chrome’s storage APIs.

It does not use analytics, advertising identifiers, or remote servers. All code ships inside the extension package. Host permission is limited to t2toys.com so the content script can run on that site only. Thestorage permission exists to remember Dark mode and your bookmark list. alarms and offscreen are used only on your machine to notice a newer copy of this extension and reload it. Nothing is uploaded.

Uninstall the extension in chrome://extensions to stop it. There is no account to delete because none is created.

Extension install notes