Zasady ochrony prywatności dodatku IP Dashboard & System Monitor
IP Dashboard & System Monitor Autor: Nauman Akram
IP Dashboard & System Monitor does not collect, store, or transmit any personal data to the developer. All operations run locally in your browser.
Data flows:
- When you click "Refresh IP", the extension queries api.ipify.org and ipwho.is to retrieve your public IP and its associated geolocation. These requests originate from your browser and are subject to
- When you click "DNS Lookup", the entered domain is sent to Cloudflare's public DNS-over-HTTPS endpoint (cloudflare-dns.com).
- When you click "Speed Test", a small request is made to google.com to measure round-trip performance.
- Session results (IP, DNS lookups, scan outputs) are held only in the popup's memory and are cleared when the popup closes. Nothing is written to disk except standard browser extension storage, which
never leaves your device.
The extension has no analytics, no telemetry, no external logging, and no author-operated backend. Contact: iemnauman.akram@gmail.com
Notes to Reviewer (helps the reviewer test quickly)
Thanks for reviewing! No login or setup is required.
To test:
1. Click the toolbar icon to open the popup.
2. "Refresh IP" — fetches public IP + geolocation from api.ipify.org and ipwho.is.
4. "Speed Test" — pings google.com to measure download latency/throughput.
5. "Privacy Leak Scan" — runs local browser checks (WebRTC, geolocation, timezone).
6. "Security Check" — analyzes the currently active tab's protocol/CSP via chrome.scripting.
7. "Inject Indicator" — injects content.js/content.css into the active tab to show a draggable "NetView Active" badge.
Build: this add-on has no build step. The uploaded zip contains the exact source that runs — plain JS/HTML/CSS, no bundler, no minification, no transpilation. Source = release.
All network endpoints are declared in host_permissions and are public, non-authenticated APIs.