The AI Predicts Bitcoin browser extension is designed to be radically privacy-respecting. This page documents exactly what data the extension touches, in plain language.
The extension collects no personal data, sends no telemetry, and makes no third-party network requests. Predictions are bundled inside the extension package itself and refreshed via the browser's normal extension-update mechanism. Your only stored data is which target year you've chosen to display, kept in chrome.storage.local on your own device.
The extension does not collect, transmit, or store any personally identifiable information. We do not have a server that receives data from your browser. There is no analytics SDK, no telemetry endpoint, no error reporting service. The extension's code runs entirely on your device.
When you choose a target year (e.g. 2030, 2050) using the year dropdown in the popup, that single preference is saved in your browser's local extension storage (chrome.storage.local). It never leaves your device. We do not have access to it. Uninstalling the extension removes it.
A second flag remembers whether you've dismissed the first-install welcome banner, so it doesn't reappear on every popup open. Same scope โ local to your browser, not transmitted anywhere.
Predictions data is bundled inside the extension package as a static JSON file. When the extension is updated by the browser's automatic update mechanism (Chrome Web Store, Firefox AMO, Edge Add-ons), the bundled data is refreshed. No live API call is ever made by the extension โ not to our site, not to a price feed, not to anything.
The only network activity associated with the extension is the browser checking the store for updates, which is governed entirely by the browser, not by us, and follows the browser's own privacy policy.
Used solely to remember your chosen target year and the welcome-banner dismissal flag, on your device. We do not use synced storage; nothing crosses to other browsers or devices.
Schedules a periodic re-render of the toolbar badge (twice per day) so the price stays current even if you haven't opened the popup. No network calls are triggered by this alarm.
The extension does not request tabs, activeTab, cookies, host permissions for any URL, or any other permission. It cannot read the pages you visit or interact with your browsing in any way.
No analytics services. No ad networks. No SDKs from anyone. The extension's code is written by us, runs on your device, and talks to no one.
The extension is not directed at children under 13. Because no personal data is collected from anyone, no special handling applies. The site itself (aipredictsbitcoin.com) is intended for general audiences interested in technology and finance.
If we update this privacy policy, the "Last updated" date at the top of this page will change. We will not retroactively alter the extension's behavior to start collecting data without first updating this page and clearly notifying users.
For privacy questions about the extension, please open an issue on the project's GitHub repository or contact us via the main site at aipredictsbitcoin.com.