Last Updated: September 10, 2026
TimeFocuser ("we", "our", or "the extension") is a privacy-first, serverless browser extension designed to help users eliminate distractions and maintain deep focus by scheduling website blocking.
TimeFocuser does not operate any backend server. All information necessary for the extension to function remains strictly within your browser's local sandbox:
All rule configurations are encrypted locally using AES-256-GCM and verified with HMAC-SHA256 signatures stored in browser chrome.storage.local and IndexedDB.
TimeFocuser adheres to the principle of least privilege. It only requests permissions that are strictly necessary to deliver website blocking and tamper-prevention:
| Permission | Purpose |
|---|---|
storage |
Persists your custom blocking rules, schedules, and cryptographic verification keys locally on your computer. |
declarativeNetRequest |
Enforces high-speed, network-level redirects to the local blocker landing page before blocked websites load. |
webNavigation |
Detects top-level navigation attempts to matching blocked websites and redirects to the calm blocked screen. |
alarms |
Runs periodic local background checks (every minute) to transition firewall states according to your focus schedule. |
tabs |
Identifies the active browser tab to redirect it to the local blocked page when a restricted website is navigated to. |
<all_urls> (Host Permission) |
Required because users can designate any custom domain or URL on the internet to be blocked by the firewall. |
We do not sell, rent, trade, or transfer any user information to third parties. Specifically:
If you choose to submit feedback via our optional feedback form upon uninstalling or through the extension options, any text you voluntarily provide is submitted directly to an official Google Form for product improvement. No identifying computer data or personal identifiers are attached to such submissions.
We may update this Privacy Policy from time to time to reflect changes in legal requirements or extension updates. Any updates will be posted to this page with an updated revision date.
If you have any questions, concerns, or requests regarding this Privacy Policy, you can reach out via:
Email: a.e.fogord@gmail.com
GitHub Repository: github.com/Fogord/time-focuser