Blockium was built on a foundational principle: your browsing activity is private, personal, and belongs exclusively to you.
Unlike legacy ad blockers and commercial extensions that inject telemetry SDKs, track visited domains, or monetize anonymized analytics, Blockium maintains a strict Zero-Telemetry Architecture. We do not operate external tracking servers, analytics endpoints, or remote profiling databases.
For absolute clarity, Blockium does NOT collect, inspect, or transmit any of the following:
Blockium uses Chrome's local storage API (chrome.storage.local) strictly on your personal device to preserve your preferences across browser sessions:
In accordance with Google Chrome Web Store Developer Program Policies, here is the exact technical justification for every permission declared in our manifest.json:
| Permission | Technical Function & User Benefit |
|---|---|
| declarativeNetRequest | Enables Chrome's native C++ engine to block ad servers and tracking requests before page content renders, without transmitting network traffic to any external server. |
| declarativeNetRequestWithHostAccess | Allows custom cosmetic rules and scriptlets to be targeted safely to user-specified domains. |
| storage | Required to save your user settings (theme preference, whitelisted websites, custom zapper rules) locally on your device. |
| tabs & webNavigation | Used solely to update the extension toolbar icon badge showing the number of blocked ads on your active tab, and to detect tab navigation to reset per-tab counters. |
| alarms | Used to schedule periodic local updates of open-source filter lists (e.g. EasyList) in the background. |
| notifications | Used exclusively to display optional local desktop alerts when a known malware or phishing URL is intercepted. |
| <all_urls> | Necessary for content scriptlets to suppress video ad interruptions (e.g., YouTube), auto-dismiss cookie banners, and apply cosmetic element hiding across all visited domains. |
Blockium does not transmit user data to any third party. The only outbound network requests made by the extension are:
https://easylist.to and https://raw.githubusercontent.com). These requests are standard HTTP GET requests for static text files and contain zero user telemetry.Because all settings and stats exist strictly on your local machine, you have complete and immediate control over your data:
If you have questions, feedback, or verification requests regarding this Privacy Policy or Blockium's security architecture, please contact us:
Email: blockiumapps@gmail.com
Official Website: https://blockium.pages.dev
Issue Reporting: https://blockium.pages.dev/report