Last updated: 2026-08-10
AnyWatch is a Chrome extension that lets you pick a value on any webpage (such as a price, stock status or rating) and get notified when it changes. This page explains what data the extension touches and, more importantly, what it deliberately does not do.
IndexedDB and
chrome.storage.local APIs. This includes the list of
monitors you create (the target URL, the selector for the element you
picked, your condition, and your chosen check frequency) and the
history of values AnyWatch has extracted over time.
When a monitor is due for a check, AnyWatch fetches the target page's HTML directly from your own browser and parses it locally to read the value you picked. Your browser talks directly to the website you asked it to monitor, the same way it would if you opened that page in a tab yourself. AnyWatch is not a proxy and does not route your requests through any server we operate.
storage - to save your monitors locally on your device.alarms - to periodically wake up and check your monitors on the schedule you set.notifications - to show you a browser notification when a condition is met or when a monitor stops working.offscreen - to parse fetched page HTML in the background without needing a visible tab.activeTab / scripting - used only when you click "Pick element on this page", to let you click a value on the page you currently have open.A future version of AnyWatch may offer an optional "describe your condition in plain English" input that is translated into a rule by a third-party AI service. If and when this feature is enabled, only the text you type into that specific box (not your browsing history, not the pages you monitor) would be sent to that service, and this policy will be updated accordingly before the feature ships.
Questions about this policy or the extension: support@soft-sell.com.