Last updated: March 22, 2026
phi-thread does not collect, transmit, or store any personal data. All data stays in your browser. There are no analytics, no tracking, no accounts, and no servers.
phi-thread is a browser extension that searches for existing answers across developer platforms (Stack Overflow, Reddit, Hacker News, GitHub, and the web). It shows results in a sidebar when you search on Google, DuckDuckGo, or Bing, and in a floating panel when you visit a question page on Stack Overflow, Reddit, or Hacker News.
| Data | Purpose | Where it goes |
|---|---|---|
| Your search query text | Sent to platform APIs to find answers | Stack Overflow API, Reddit API, HN Algolia API, GitHub API, DuckDuckGo |
| Question titles on SO/Reddit/HN pages | Used as query to find related answers on other platforms | Same platform APIs as above |
| Search results cache | Avoid redundant API calls (24-hour TTL) | Your browser only (chrome.storage.local) |
| Keyword index | Improve future search results | Your browser only (chrome.storage.local) |
phi-thread sends your search query to the following public APIs to retrieve results:
Each API receives only the search query text. No personal identifiers, cookies, or authentication tokens are sent. All requests use public, unauthenticated endpoints.
| Permission | Why it's needed |
|---|---|
storage |
Cache search results locally and store the keyword index in chrome.storage.local |
activeTab |
Read the search query from the current tab's URL on search engine pages |
| Host permissions (API domains) | Make fetch requests to the platform APIs listed above from the service worker |
All data is stored locally in your browser using chrome.storage.local:
You can clear all phi-thread data at any time by removing the extension or clearing extension storage in your browser settings.
phi-thread contains no analytics scripts, no telemetry, no usage tracking, and no crash reporting. There is no server component. The extension is entirely client-side.
phi-thread does not require or support user accounts, sign-ins, or registration of any kind.
phi-thread does not knowingly collect any information from anyone, including children under 13.
If this policy changes, the updated version will be published at this URL. The "Last updated" date at the top will reflect the most recent revision.
If you have questions about this privacy policy, you can reach the developer at:
phi-thread is open source. You can inspect every line of code to verify these claims: github.com/bitsabhi/phi-thread
← Back to phi-thread