Privacy Policy
We don't collect your data. Period.
DevAudit is a browser extension for web developers. Everything runs on your device. No accounts, no servers, no tracking.
Last updated: June 22, 2026 · Version 1.0.0 · Manifest V3
Quick summary
| Topic | Status |
|---|---|
| Server data collection | NO |
| Analytics / telemetry | NO |
| User account required | NO |
| Data sold to third parties | NO |
| Cloud sync | NO |
| Browser history / bookmarks | NO |
| Passwords / form harvesting | NO |
| Geolocation / camera / mic | NO |
| Local storage (device only) | YES |
| HTTP requests (SEO audit only) | LIMITED |
Data we access
a) Page content (SEO audit & inspector)
The extension reads: URL, title, meta tags, H1–H6 headings, links, images & alt text, canonical, Open Graph, Twitter Card, JSON-LD structured data, Navigation/Resource Timing metrics.
Processed locally. Never transmitted to DevAudit servers.
b) User-created content (all local only)
- Annotations (notes, tags, pin positions)
- Color picks (hex values)
- Screenshots (PNG, base64)
- SEO audit history (up to 50 results)
- Toolbar settings & preferences
c) Page cookies & localStorage (Debug panel only)
Read and displayed on-screen when you open the Debug tab. Not stored persistently by the extension.
d) What we do NOT collect
Names, emails, passwords, IP addresses, browser history, bookmarks, geolocation, camera, mic.
Local storage
All data stored in chrome.storage.local only. No chrome.storage.sync, no IndexedDB, no extension cookies.
| Storage key | Contents |
|---|---|
devaudit:settings | Theme, shortcuts, toolbar layout, preferences |
annotations | Up to 200 annotations with page URL, tag, text, position |
screenshotHistory | Up to 20 screenshots (PNG + URL + timestamp + note) |
pickedColors | Up to 20 recently picked hex colors |
devaudit:history | Up to 50 SEO audit results (URL + domain + result) |
toolbarPosition | Last dragged toolbar position (bottom/left px) |
devaudit:onboarded | Boolean – onboarding completed flag |
Export & deletion:
- Options → Export all data → downloads JSON locally (no upload).
- Options → Reset → clears all data. Uninstalling also removes all data.
Browser permissions
| Permission | What it grants | Used for |
|---|---|---|
activeTab |
Access to active tab after user action. | Screenshots, SEO audits, toolbar, messaging. |
storage |
chrome.storage.local for settings, history, annotations. |
All persistent extension data. |
tabs |
Tab query/reload/messaging. | SEO audit flow, popup communication, onboarding. |
contextMenus |
Right-click menu. | "Run SEO Audit" and "Toggle toolbar" entries. |
cookies |
Read page cookies. | Debug panel only – displayed on-screen, not stored. |
scripting |
Script injection fallback. | Only when content script is unreachable. |
alarms |
Service worker timer. | Short delay after page reload before SEO audit starts. |
<all_urls> |
Host permission for http/https. | Toolbar and color picker on any web page. Does not cause data transmission. |
Network requests
DevAudit makes no connections to DevAudit servers. No analytics, advertising, or telemetry SDKs at runtime.
Optional outbound requests during SEO audit:
- HEAD requests to external links on the page (broken-link check)
- GET requests to standard files on the same domain:
/robots.txt,/sitemap.xml,/ads.txt,/humans.txt, etc.
These requests contain only the URL – no personal data, no cookies, no DevAudit identifiers.
Links opened by user (standard navigations, not data transfers):
- PageSpeed Insights (Google public tool)
- anyserv.eu
- ko-fi.com/anyserv
Feature details
Screenshots
- API:
chrome.tabs.captureVisibleTab(PNG of visible viewport). - Stored locally only if user saves. Never uploaded.
- User can download to disk or copy to clipboard – both local.
Color Picker
- API: Browser native EyeDropper API.
- Only hex value saved (e.g.
#FF5733). No image data stored. - History of up to 20 colors in
pickedColors.
Annotations
- Stored locally indexed by page URL.
- Contains: text, tag, pin position, timestamp.
- Never synced to server. Exportable via Options backup.
SEO Audit
- Reads DOM and performance data entirely in-browser.
- Results stored locally (up to 50).
- PageSpeed Insights integration opens a new browser tab – extension does not call PageSpeed API directly.
Third-party code
Libraries bundled at build time (NOT loaded from CDN at runtime):
- React 18 → UI framework for popup and options page. No telemetry.
- lucide-react → Icon library. No network calls.
- Vite + @crxjs → Build tooling only, not in shipped extension.
No analytics SDKs (Google Analytics, Mixpanel, Sentry, PostHog, Amplitude, Segment) included.
Your rights & control
Complete local control:
- Export all data → Options → Export all data
- Delete all data → Options → Reset / Uninstall extension
- Delete individual → Annotations panel / History panel
- Disable features → Options page
- Disable extension →
chrome://extensions
No server-side data exists to request deletion of. All data exists solely in your browser's local storage.
Children
DevAudit is a professional tool for web developers and SEO specialists. Not directed at children under 13 (COPPA) or under 16 (GDPR).
No personal data is collected from any user, so COPPA/GDPR-K obligations do not apply.
Contact
Questions about this policy → anyserv.eu/contact