Privacy Policy
This privacy policy applies to all browser extensions developed and published under this project portfolio. Each extension is designed with a local-first architecture that prioritizes user privacy. The following sections detail how user data is collected, handled, stored, and shared across these extensions.
Data Collection
The developer has disclosed that it will not collect or use your data. None of the extensions in this portfolio collect personal information, browsing history, credentials, or any form of identifiable user data. There are no analytics SDKs, telemetry frameworks, or third-party data-collection libraries embedded in any extension.
Extensions may process ephemeral data necessary for their core function — such as hook events from external tools, tab metadata, or user preferences — but this data is handled entirely within the local browser environment and is never transmitted to any remote server.
Data Handling
Data processed by these extensions is handled using the following principles:
- Purpose limitation: Data is processed exclusively for the specific functionality the user has activated. For example, hook events are displayed in real-time popups and nothing more.
- In-memory processing: Event data is held in runtime memory only as long as needed to render the user interface. Once the relevant view is dismissed, the data is discarded.
- No data transformation: Data is presented as received without enrichment, profiling, or combination with other data sources.
- User-configurable behavior: Any optional data processing — such as desktop notifications — is opt-in and user-configurable through the extension's settings.
Data Storage
These extensions follow a minimal-persistence storage model:
- No event persistence: Hook events, activity logs, and temporary processing data are not written to disk, databases, or browser storage APIs.
- Preferences only: The only data stored persistently is user configuration — such as notification preferences or display settings — saved via
chrome.storage.sync or chrome.storage.local. No personal data or activity history is included in this stored state.
- No cloud storage: No remote databases, cloud buckets, or server-side stores are used. If Chrome's sync storage is used for preferences, it is handled through Chrome's own encrypted sync infrastructure.
- No file system writes: Extensions do not write log files, cache files, or any other data to disk outside of standard browser-managed storage.
Data Sharing
These extensions do not share user data with any party:
- No third-party sharing: Data is not sold, licensed, or transferred to third parties. There are no data brokers, advertising networks, or analytics providers involved in any extension.
- No legal disclosure risk: Because no user data is collected or stored, there is nothing to disclose in response to legal requests or data access demands.
- No transfer for unrelated purposes: Data is used exclusively for each extension's stated core functionality and is not repurposed for advertising, research, training, or any unrelated objective.
- Architectural guarantee: Extensions have minimal or no network permissions, making data transmission technically impossible unless explicitly required by the extension's documented functionality.
This developer declares that your data is:
- Not being sold to third parties, outside of the approved use cases
- Not being used or transferred for purposes that are unrelated to the item's core functionality
- Not being used or transferred to determine creditworthiness or for lending purposes
Changes to This Policy
If this privacy policy changes, the updated version will be published at this URL. Any future changes will maintain the same strict no-data-collection standard.
Back to Home | All Projects