Google Chrome Web Store

Safe Block: Depends Verified robots.txt: No

Chrome Web Store fetcher that requests URLs developers provide in extension and theme metadata.

Fetches URLs referenced in Chrome Web Store extension or theme metadata.

Key facts

Operator
Google
Family
Google
Purpose
Unknown
User-Agent
Google-CWS
Should you block it?
Depends
Verified
Yes
Respects robots.txt
No
Identity type
Unknown
Confidence
High
Last checked
2026-04-03

Bot details

Identity

User-Agent
Google-CWS
robots.txt token
Google-CWS
HTTP user-agent
Mozilla/5.0 (compatible; Google-CWS)

Ownership

Operator
Google
Family
Google
Type
Unknown
Purpose
Unknown

Verification and trust

Source type
Unknown
Confidence
High
Last checked
2026-04-03
Verification
Verify with Google’s published fetcher documentation and Google verification guidance.
Spoofing risk
User-agent strings can be spoofed. Verify with the operator’s published guidance before allow-listing.

Blocking and detection

Officially documented in Google’s user-triggered fetchers list.

Robots

User-agent: Google-CWS
Disallow: /

Cloudflare

(http.user_agent contains "Google-CWS")
Advanced server rules

Apache

RewriteCond %{HTTP_USER_AGENT} Google-CWS [NC]
RewriteRule .* - [F,L]

Nginx

if ($http_user_agent ~* "Google-CWS") { return 403; }

Notes

Google-CWS is the Chrome Web Store fetcher. It requests URLs developers supplied in the metadata of Chrome extensions and themes.

Evidence and source

  • Verify with Google’s published fetcher documentation and Google verification guidance.
  • Officially documented in Google’s user-triggered fetchers list.
  • Fetches URLs referenced in Chrome Web Store extension or theme metadata.
  • User-agent strings can be spoofed. Verify with the operator’s published guidance before allow-listing.