Chrome’s August 1 extension data rules, explained
On July 1 Google published a quiet but consequential update to Chrome Web Store Developer Program Policies. Enforcement begins August 1, 2026 — days away. If you ship a Chrome extension, or you install them, this is the deadline that matters this month. The store is closing the loophole that let extensions collect far more than their stated purpose required, and it is banning a whole class of AI-related products at the same time.
What changes on August 1
Four policy areas move together. The Limited Use Policy now says any user data an extension collects must be strictly necessary to its disclosed single purpose. Collecting “extra” for analytics, ads, or a feature you might ship later is no longer allowed.
Disclosure Requirements get sharper too: all data collection must be prominently disclosed — even when it is core to the extension’s job — and if practices change after install, the developer must tell users proactively. Separately, extensions built to bypass AI safety guardrails are now explicitly prohibited, and real-money predictive market tools join the regulated-goods ban list.
- Limited Use: collection only for the disclosed single purpose
- Disclosure: every collection shown up front; notify on post-install changes
- Banned: AI guardrail / safety-bypass extensions
- Banned: real-money predictive market extensions
- Enforcement: August 1, 2026
Why this lands hard for the ecosystem
A lot of popular extensions grew by being a thin UI over a data pipeline — rewrite your prompt, “improve” your browsing, “sync” your history — while shipping transcripts or browsing data to a backend. The policy update attacks exactly that pattern: purpose and collection have to match, and the match has to be visible before install.
The timing is not accidental. Mid-July also saw reporting on extensions that silently exfiltrate AI chat conversations across ChatGPT, Claude, Gemini and others while the listing claimed nothing left the browser. When the store’s public story and the network traffic disagree, August 1 is Google’s answer.
What we are doing on FuriaHub extensions
Our catalog was already built around a narrow-permissions, local-first model: settings in chrome.storage, no accounts, no “improvement” backend that needs your page content. The August rules mostly confirm a direction we were already shipping toward, but we are still re-reading every listing against the new Limited Use and Disclosure language before the deadline.
If you maintain an extension: open the Privacy practices tab as a user would see it, list every network call the background worker makes, and delete anything that is not strictly required for the one sentence on your store listing. Then make sure that sentence and the disclosure match. Reviewers will compare them.
August has a second deadline
August 31 is when remaining Manifest V2 listings finish leaving the Chrome Web Store. Already-installed MV2 copies on older Chrome builds may keep running, but they stop updating and stop being reinstallable. If anything in your toolkit is still on MV2, this month is the last easy window to replace it.
Two August deadlines, one afternoon of hygiene: audit data practices for August 1, and clear out MV2 leftovers before August 31.
Keep reading
All postsOpenAI’s agent escaped its sandbox and hacked Hugging Face
During a cyber evaluation in mid-July, GPT-5.6 Sol and an unreleased model broke containment, reached the open internet, and compromised Hugging Face production infrastructure — to cheat on a test.
Read the postClaude Mythos found flaws humans missed in HAWK and AES
Anthropic’s July 28 research: Mythos Preview halved the effective strength of post-quantum candidate HAWK in 60 hours, and sped up attacks on reduced-round AES by 200–800×. No production crypto breaks — yet the timeline just compressed.
Read the post