Scan your writing for AI patterns, anywhere you type
The Avoid AI Writing browser extension. Free, local, and private. Your text never leaves your browser unless you explicitly opt in.
Pre-Chrome-Web-Store. Loads as an unpacked extension in ~30 seconds.
What you get
- Floating scan button appears on every textarea and rich-text editor you focus. One click runs the scan.
- 36 pattern categories: tier-1 AI vocabulary, hollow intensifiers, chatbot artifacts, emotional flatline, cutoff disclaimers, and 31 more. All checked locally.
- Color-coded severity from P0 (critical chatbot leakage) to P3 (stylistic) so you know what to fix first.
- Popup paste-and-scan for quick checks on text you've copied from elsewhere.
- Keyboard shortcut.
Ctrl+Shift+A(Cmd+Shift+Aon macOS) scans the focused field without clicking. - Options page with a per-site disable list and a toggle for the floating button.
Free vs. deep audit
Free extension
- Client-side pattern detection
- 36 categories, instant results
- No account, no sign-in
- No text transmitted
- Unlimited scans
- Score + flagged issues + suggestions
Deep audit (paid)
- Everything in the free extension
- Full Claude-powered rewrite
- Second-pass cleanup on the rewrite
- Detailed change diff + rationale
- Pay per audit via $avoid burn or credit pack
- Runs on avoidaiwriting.com
Privacy
The extension runs scanning entirely in your browser's JavaScript engine. No text is transmitted, logged, or stored on any server. Your text only leaves your browser when you explicitly click the deep-audit button. When you do, the extension hands the text to the web app via chrome.storage.session plus a same-origin postMessage, so the text never appears in the URL or browser history. A URL-fragment fallback is used only if session storage is unavailable.
Full details: Extension privacy policy.
Install it today
The Chrome Web Store listing is in review. Until then, you can install the extension in about 30 seconds by loading it as an unpacked extension. It's the same zip that will be submitted to the store.
- Download the extension zipYou'll get a file named
avoid-ai-writing-extension.zip. Unzip it (double-click on Windows, or it might already be extracted on macOS Safari). You should end up with a folder namedavoid-ai-writing-extension. Move it somewhere you won't delete, like~/extensions/. - Open
chrome://extensionsin a new tab. - Toggle Developer mode on (top-right corner of the page).
- Click Load unpacked and select the
avoid-ai-writing-extensionfolder. A welcome page opens with a short walkthrough; the scan button will appear the next time you focus any text field.
Heads up: Chrome shows a yellow "Disable developer mode extensions" banner whenever you've got unpacked extensions loaded. That goes away once the extension ships on the Chrome Web Store.
Want a notification when the Chrome Web Store listing goes live? Follow @ConorBronsdon.
FAQ
Does it work on Google Docs or Notion?
The scan button appears on standard contenteditable editors, including most rich-text surfaces. Google Docs uses a custom canvas-based editor that doesn't expose text via the DOM in the usual way. For Docs content, use the extension popup's paste-and-scan. Notion works for standard blocks.
Does it cost anything?
The extension itself is free and has no usage limits. The optional Claude-powered deep audit costs a few cents per run and happens on the web app, not in the extension.
Does it send my text anywhere?
No, unless you explicitly click the deep-audit button. Even then, the handoff uses chrome.storage.session plus a same-origin postMessage, so the text never appears in the URL. Browsers never transmitstorage.session entries across the network.
Will it run on banking or authentication pages?
No. The manifest explicitly excludes a list of sensitive origins (major banks, password managers, payment processors, Google authentication) so the extension never touches those sites.