Google Chrome Rate Limits
Most Chrome developer APIs run in-process inside the browser and have per-extension or per-API internal limits rather than network-rate limits. Two cloud-hosted Chrome APIs do enforce server-side quotas: the Chrome User Experience (CrUX) API and PageSpeed Insights API, which share the standard Google Cloud API project quotas (default 25,000 queries per day per API key with per-100-second per-user caps). The Chrome Web Store publishing API has per-publisher daily limits.
Google Chrome Rate Limits is the machine-readable rate-limit profile for Google Chrome on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 7 rate-limit definitions, measuring requests_per_day, requests_per_minute, requests_per_100_seconds, bytes, and writes_per_minute.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled and quotaExceeded.
Tagged areas include Browser, Chrome Extensions, Developer Tools, Web Platform, and Rate Limiting.