Legal · Privacy

Privacy Policy
for HuntPulse

Effective April 14, 2026 Chrome Extension · Manifest V3

The short version: HuntPulse collects no personal data. It stores only your notification preference and voted hunt IDs locally on your own device, never uploads anything anywhere, and makes only one external request: fetching Reddit's public subreddit feed.

01

What HuntPulse is

HuntPulse is a Chrome browser extension developed by Anshumaan Vishnu (ansh.asia). It helps members of the Reddit community r/ProductHunters discover and support Product Hunt launches posted by fellow community members, directly from their browser toolbar.

HuntPulse has a single narrow purpose: read publicly available posts from r/ProductHunters, find Product Hunt links, and display them in a popup. That is the entirety of its function.


02

Data we do not collect

HuntPulse does not collect, transmit, store remotely, or share any of the following:

  • x Personally identifiable information (name, email, age, etc.)
  • x Browsing history or activity on any website
  • x Authentication credentials or passwords
  • x Financial or payment information
  • x Location data or IP addresses
  • x Personal communications
  • x Health information of any kind
  • x User activity, clicks, or keystroke logs
  • x Website content from any tab you visit

03

Data stored locally on your device

HuntPulse uses chrome.storage.local, Chrome's built-in local storage, to save two things on your device only:

Voted hunt IDs
A list of Reddit post IDs you have marked as voted, so the extension can show your voted state across sessions. These are opaque Reddit-assigned IDs (for example t8xk2p), not your username or any personal information.
Notification preference
A single boolean (true or false) representing whether you have enabled or disabled the optional daily notification. Default is enabled.
Reddit feed cache
The most recently fetched list of subreddit posts, stored temporarily so the popup loads instantly on repeated opens. This is public data from Reddit's own API and contains no personal information. It is overwritten on every refresh.

This data never leaves your device. It is not synced, not transmitted, and not accessible to the developer or any third party. You can clear it at any time by removing the extension from Chrome.


04

External network requests

HuntPulse makes exactly one type of outbound network request: a fetch to Reddit's public unauthenticated JSON API endpoint at https://www.reddit.com/r/ProductHunters/new.json, once per hour via a background alarm.

This is equivalent to loading the subreddit in a browser. No user account, authentication token, or personal identifier is attached to this request. Reddit's own privacy policy governs what Reddit does with this request on their servers. HuntPulse has no backend server of its own.


05

Permissions explained

  • storage Saves your voted IDs, notification preference, and feed cache locally on your device using chrome.storage.local. No data leaves your device.
  • alarms Schedules an hourly background check for new posts. The service worker wakes up, fetches Reddit's public feed, then goes back to sleep. No persistent background process runs between checks.
  • notifications Sends one optional system notification per calendar day when new hunts are found. Can be turned off at any time in the extension settings. No repeated pings.
  • tabs Opens Product Hunt and Reddit links in a new browser tab when you click them. The extension does not read, monitor, or access the content of any tab.
  • reddit.com Host permission allowing the extension to call Reddit's public JSON API. No other domains are contacted. No cookies or authentication headers are sent.

06

Remote code

HuntPulse does not load, execute, or evaluate any remote code. All JavaScript is bundled within the extension package. No external scripts, no eval(), no dynamic imports from external URLs. This complies fully with Chrome Web Store's Manifest V3 remote code policy.


07

Third parties and data sharing

HuntPulse does not share any data with third parties. There is no analytics SDK, no crash reporting service, no advertising network, and no backend server. The only third-party interaction is Reddit's public API, which receives the same anonymous HTTP request any browser would send when loading the subreddit.


08

Developer certifications

  • I do not sell or transfer user data to third parties, outside of approved use cases.
  • I do not use or transfer user data for purposes unrelated to HuntPulse's single purpose.
  • I do not use or transfer user data to determine creditworthiness or for lending purposes.

09

Contact

Questions about this privacy policy? Reach out to Anshumaan Vishnu directly.