The extension is built to be as low-data as possible. The only piece of data the extension transmits is the hostname (e.g., example.com) of the tab that is active when you click the toolbar icon. Nothing else leaves your browser.
Specifically, the extension does not collect or transmit:
When the extension sends the hostname to fivedaylaunch.com/api/audit?url={hostname}, our server either:
The score is then displayed in the popup. We do not log per-user activity. Our server logs the hostname being queried for operational and rate-limiting purposes but we do not associate these requests with any user identity, cookie, or persistent identifier.
activeTab — Lets the extension read the URL of the tab you are currently viewing only when you click the icon. We extract the hostname from it.storage — Reserved for caching the last-fetched score locally so the popup opens instantly on repeat visits. No personal data stored.host_permissions: https://fivedaylaunch.com/* — Allows the extension to call our audit API. This is the only host the extension is allowed to talk to.The extension does not embed, communicate with, or send data to any third party. It talks to one origin only: https://fivedaylaunch.com. No analytics SDKs (no Google Analytics, no Mixpanel, no Sentry), no advertising networks, no fingerprinting libraries.
Audit results (keyed by hostname, not by you) are cached on our server for 30 days then re-computed on next request. Server access logs are retained for a maximum of 30 days for security and abuse-prevention purposes, then rotated.
The extension is not directed at children under 13. We do not knowingly collect any data from minors.
Because we do not collect any personally identifying information through the extension, there is no per-user data to access, correct, or delete. If you have concerns or questions, contact us at hello@fivedaylaunch.com.
If we ever materially change what the extension does or what data it touches, we will update this page and bump the extension version. The current version of the extension is reflected at the top of this page.
fivedaylaunch.com
Email: hello@fivedaylaunch.com
Audit logic (open source): github.com/Nareshdevelop/fdl-site-audit
Extension source: github.com/Nareshdevelop/fdl-chrome-extension