How to Audit a browser extension's permissions
How to Audit a browser extension's permissions — a practical, example-driven guide with honest tool comparisons and a clear place for WebSnips. Written for Lawyers.
Privacy & Security
How to choose a private web clipper — a practical guide for privacy-conscious researchers, journalists, and professionals who want to clip and save web content without exposing their browsing patterns, source materials, or clipped content to third-party services.
A web clipper is a browser extension that captures web content — articles, research papers, documentation, news stories, product pages — and saves it to a note-taking or knowledge management system. Most web clippers work by sending the captured content to a cloud service, where it's stored, indexed, and synced to the user's devices.
This model is convenient. It's also a data-handling choice: the captured content, and often metadata about what was captured and when, leaves the user's device and lives on a third-party server.
For most clipping use cases, this is fine. The user clipping recipes or travel articles doesn't have significant privacy interests in that content. For other use cases, the data-handling model matters:
Choosing a private web clipper means choosing a tool where the data-handling model matches the user's privacy requirements — which requires understanding what different tools actually do with the content they capture.
Where content is stored:
What metadata is captured:
Beyond the content, clippers often capture: the URL of the clipped page, the time of clipping, the user's account identifier, and sometimes the user's IP address (sent with the HTTPS request when content is synced). This metadata can reveal research patterns, investigative subjects, and browsing history even if the content itself is encrypted.
The browser extension's access:
A browser extension that acts as a web clipper has broad access to the browser's activity — it can see URLs visited, potentially read content on pages, and observe navigation patterns. Extensions from untrusted sources or from providers with broad data collection policies may capture more than users expect.
Third-party integrations:
Many note-taking tools that receive clipped content integrate with analytics, advertising, or marketing platforms. Evernote's history of privacy controversies, for example, involved policy changes around employee access to notes and integrations with marketing tools. The web clipper's privacy is only as strong as the note-taking application's privacy.
Tier 1: Local-only (maximum privacy)
Obsidian + Obsidian Web Clipper: Obsidian stores notes as local markdown files. The Obsidian Web Clipper (official browser extension) sends clipped content directly to the local Obsidian application without routing through any cloud service. Content is stored on the user's device. No account required for local use. Privacy posture: the provider has no access to content or clipping activity. Strong choice for sensitive research.
Zettlr: Open-source markdown editor that stores files locally. The built-in web content import (via its YAML citation tools) and compatible browser extensions capture to local files. Similar to Obsidian in terms of privacy posture.
Bear (macOS/iOS only): Offline-capable notes with optional iCloud sync. For users who want local-only storage, bear can be used without iCloud sync. The Bear extension captures content to local Bear notes.
Tier 2: End-to-end encrypted cloud
Standard Notes + Web Clipper: End-to-end encrypted notes with a zero-knowledge architecture — the provider cannot read stored content. The Standard Notes browser extension captures content and sends it encrypted to Standard Notes' servers. Even the URL of captured content is encrypted (as part of the note content). Strong privacy with cloud sync convenience. Open-source; audited.
Joplin + Extension: Open-source note-taking application with end-to-end encryption support. Can sync to Dropbox, OneDrive, a WebDAV server, or be used locally. The Joplin Web Clipper extension captures content to local Joplin storage (encrypted if encryption is configured). Provider has no access if E2EE is enabled. Self-hostable sync server available.
Tier 3: Self-hosted
Wallabag: A self-hosted read-later application with full content capture. The user installs Wallabag on a server they control and uses the browser extension to clip content to their own server. No third-party provider. Technical setup required; reasonable ongoing maintenance. Strong privacy if the server is properly secured.
Memos: An open-source, self-hostable note-taking application with a web clipper companion extension. Similar to Wallabag in terms of self-hosted posture.
Tier 4: Standard cloud (lower privacy)
Evernote Clipper, Notion Clipper, Microsoft OneNote Clipper, Apple Notes Safari extension, Pocket, Instapaper — these tools send clipped content to third-party cloud servers accessible to the provider. They're convenient and feature-rich but are not appropriate for sensitive research capture.
1. Where does my clipped content go? Find the answer in the privacy policy or technical documentation. "Your content is synced to our servers" and "your content is stored locally" are very different answers.
2. Is the content encrypted, and if so, who holds the keys? End-to-end encryption (E2EE) where the provider cannot decrypt the content is meaningfully different from "we encrypt your data at rest" where the provider holds the encryption keys and can access the content.
3. What metadata is collected? Does the tool record which URLs were clipped? When? The user's IP address? This metadata can be as sensitive as the content for some research use cases.
4. What is the provider's legal obligations policy? A US-based provider is subject to US legal processes; providers in other jurisdictions have different obligations. A provider that stores no user-identifiable data has nothing to disclose in response to a legal request. The privacy policy and terms of service should address government/law enforcement requests.
5. Is the extension open source? Open-source extensions can be independently audited for data collection behavior. Closed-source extensions require trusting the provider's description of their practices.
6. What happens to my data if the service shuts down or changes ownership? Privacy policies can change when companies are acquired. Local-first tools are unaffected by this; cloud-based tools are subject to the new owner's policies.
Even for tools with strong content privacy, metadata can reveal research patterns. Mitigations:
Use a dedicated browser profile: A separate browser profile for sensitive research activity ensures that clipping behavior isn't linked to the user's primary identity. The extension in the dedicated profile only sees activity in that profile.
Clip during dedicated sessions: Researchers concerned about temporal metadata (when specific content was clipped) can batch their clipping sessions rather than clipping in real time as content is encountered. This obscures the timeline of the research.
Strip URL metadata where possible: Some local-first tools allow clipping without storing the source URL. For cases where the source URL itself is sensitive, capturing content without URL metadata reduces exposure.
Consider the extension's permission scope: Before installing any browser extension, review the permissions it requests. An extension that requests "read browsing history" or "access to all websites" has broader access than one that requests only "access to active tab." Install only the permissions necessary for the use case.
For general privacy-conscious research (non-sensitive):
Obsidian Web Clipper (local storage) or Joplin Web Clipper with E2EE enabled. Both provide strong privacy without requiring technical infrastructure setup.
For sensitive professional research (journalism, legal, medical):
Standard Notes with E2EE or Joplin with E2EE, in a dedicated browser profile. No cloud sync unless using an E2EE provider. Full-disk encryption on the device.
For maximum privacy / high-risk research:
Self-hosted Wallabag or local Obsidian on a dedicated device with no cloud accounts. Tor Browser for web access. Systematic metadata review of captured content.
For team research with privacy requirements:
Self-hosted Wallabag or a shared Joplin instance with E2EE on a controlled server. Access controls on the server. Audit logs for access.
Moving from a cloud-first clipper (Evernote, Pocket, Notion) to a local-first or E2EE tool:
Export existing clips: Most cloud clippers support data export. Export the full archive before migrating.
Delete the cloud data after export: Exporting data doesn't remove it from the provider's servers. Use the provider's account deletion or data deletion tools to remove stored data after confirming the export is complete.
Review extension permissions: When uninstalling the old extension, review whether it left any residual permissions or tokens. Revoking OAuth access in the provider's security settings ensures no residual access.
Test the new tool before relying on it: Verify that the new clipper works correctly for the content types you clip, that content is stored where you expect it, and that no cloud sync is occurring if local-only storage is intended.
Choosing a private web clipper is primarily about understanding what a tool does with captured content and matching that to the user's privacy requirements. For most privacy-conscious users, a local-first tool (Obsidian Web Clipper) or an E2EE cloud tool (Standard Notes, Joplin) provides meaningful privacy without significant inconvenience. For high-sensitivity research, the metadata considerations (browser profile, URL privacy, dedicated devices) are as important as the content storage choices. The selection process is straightforward if approached as a data-handling decision: where will this data live, who can access it, and what are the legal and operational implications of those answers?
More WebSnips articles that pair well with this topic.
How to Audit a browser extension's permissions — a practical, example-driven guide with honest tool comparisons and a clear place for WebSnips. Written for Lawyers.
How to avoid vendor lock-in with your notes — a practical guide for individuals and teams who want to keep their personal knowledge base portable, format-independent, and recoverable regardless of which application or service they use.
How to back up your notes safely — a practical guide for individuals and professionals who want reliable, secure backups of their personal knowledge base, covering backup strategies, encrypted backup tools, and recovery testing for note-taking applications.
How to capture sensitive research securely — a practical guide for researchers, journalists, legal professionals, and privacy-conscious individuals who need to gather and store sensitive information without creating avoidable exposure through insecure capture tools or storage practices.
How to comply with GDPR in your knowledge base — a practical guide for teams and organizations who store personal data in their internal wikis, documentation systems, and knowledge management tools, covering data minimization, retention policies, access controls, and subject rights.
How to do research without being tracked — a practical guide for journalists, researchers, lawyers, and privacy-conscious individuals who need to gather information on sensitive topics without creating a digital trail that links them to their research subjects.