QA Settings
One-click CDP overrides (timezone, network, rendering, permissions) for QA — no DevTools required.
As of June 2026, QA Settings has 6 users in the Developer Tools category.
Usersno change0%
6
6
Ratingno change0%
—
— reviews
Reviewsno change0%
—
Version
1.0.4
Manifest V3
90-day change · In the last 90 days this extension 1 version update.
History
7 snapshotsTracking since Apr 22, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 22, 2026 | — | — | — | 1.0.2 |
| Apr 26, 2026 | — | — | — | 1.0.2 |
| May 9, 2026 | 2 | — | — | 1.0.2 |
| May 14, 2026 | 7 | — | — | 1.0.4 |
| May 21, 2026 | 10 | — | — | 1.0.4 |
| May 27, 2026 | 9 | — | — | 1.0.4 |
| Jun 3, 2026 | 8 | — | — | 1.0.4 |
| Now | 6 | — | — | 1.0.4 |
Changelog
- May 9, 2026description
QA Settings injects Chrome DevTools Protocol (CDP) overrides into tabs you choose — without opening DevTools. Switch timezone/locale, throttle the network, force dark mode, auto-grant permissions, and more, all from a single toolbar toggle. Use cases - Verify timezone/locale-sensitive UI across UTC, Europe/London, Asia/Tokyo… - Reproduce slow-network, offline, or low-CPU bugs without external tools - Test responsive layouts, dark mode, color-blindness filters - Auto-accept camera/mic/geolocation prompts in QA flows - Reproduce first-visit state by bulk-clearing storage + cookies (domain-wide) Features CLIENT — signals the browser tells the site about the user - Timezone override (100+ IANA presets + free text) - Locale override (navigator.language + Intl.* formats) - Geolocation override (lat/lng/accuracy + 30 city presets + "use current") - User-Agent override (preset UAs + custom string) NETWORK - Network throttling (Offline/Slow3G/Fast3G/Slow4G/Fast4G/WiFi + custom) - Disable HTTP cache - Block URL patterns (simulate missing GA/ads/specific APIs) - Inject request headers (auth tokens, A/B flags) - Set cookies — DevTools Application panel fields exactly (name/value/domain/path/expires/httpOnly/secure/sameSite) RENDERING - Color scheme: force prefers-color-scheme light/dark - Device emulation: viewport/DPR/mobile flag + 9 device presets - CPU throttling: slowdown multiplier - Vision deficiency: color-blind/blur filters for accessibility QA PERMISSIONS & STATE - Auto-grant site permissions (camera/mic/notifications/geolocation/…) - Force navigator.idleDetector state (active/idle/locked) - Clear origin storage + domain-tree cookies (reproduce first-visit / logout) GENERAL - Domain scope — apply only to tabs matching glob/regex patterns - Presets — save feature combos ("Payment QA", "Mobile offline", …) + one-click switch - Import/Export settings as JSON — share across team Privacy All settings stay in chrome.storage.local on your device. No network requests, no telemetry, no analytics. Permissions - debugger — required to send CDP Emulation/Network/Browser/Storage commands - storage — persist your toggle state locally - tabs — detect tab navigation to re-apply overrides - cookies — domain-tree cookie cleanup (e.g. logout a whole site) - host_permissions <all_urls> — CDP attach needs a host target; you choose which tabs via Domain Scope Localization UI available in 10 languages: English, 한국어, 中文, Español, 日本語, Deutsch, Français, Português, Русский. Auto-detects browser locale by default.QA Settings injects Chrome DevTools Protocol (CDP) overrides into tabs you choose — without opening DevTools. Switch timezone/locale, throttle the network, force dark mode, auto-grant permissions, and more, all from a single toolbar toggle. Use cases - Verify timezone/locale-sensitive UI across UTC, Europe/London, Asia/Tokyo… - Reproduce slow-network, offline, or low-CPU bugs without external tools - Test responsive layouts, dark mode, color-blindness filters - Auto-accept camera/mic/geolocation prompts in QA flows - Reproduce first-visit state by bulk-clearing storage + cookies (domain-wide) Features CLIENT — signals the browser tells the site about the user - Timezone override (100+ IANA presets + free text) - Locale override (navigator.language + Intl.* formats) - Geolocation override (lat/lng/accuracy + 30 city presets + "use current") - User-Agent override (preset UAs + custom string) NETWORK - Network throttling (Offline/Slow3G/Fast3G/Slow4G/Fast4G/WiFi + custom) - Disable HTTP cache - Block URL patterns (simulate missing GA/ads/specific APIs) - Inject request headers (auth tokens, A/B flags) - Set cookies — DevTools Application panel fields exactly (name/value/domain/path/expires/httpOnly/secure/sameSite) RENDERING - Color scheme: force prefers-color-scheme light/dark - Device emulation: viewport/DPR/mobile flag + 9 device presets - CPU throttling: slowdown multiplier - Vision deficiency: color-blind/blur filters for accessibility QA PERMISSIONS & STATE - Auto-grant site permissions (camera/mic/notifications/geolocation/…) - Force navigator.idleDetector state (active/idle/locked) - Clear origin storage + domain-tree cookies (reproduce first-visit / logout) GENERAL - Domain scope — apply only to tabs matching include/exclude glob or regex patterns - Presets — save feature combos ("Payment QA", "Mobile offline", …) + one-click switch - Import/Export settings as JSON — share across team Privacy All settings stay in chrome.storage.local on your device. No network requests, no telemetry, no analytics. Permissions - debugger — required to send CDP Emulation/Network/Browser/Storage commands - storage — persist your toggle state locally - tabs — detect tab navigation to re-apply overrides - cookies — domain-tree cookie cleanup (e.g. logout a whole site) - host_permissions <all_urls> — CDP attach needs a host target; you choose which tabs via Domain Scope Localization UI available in 10 languages: English, 한국어, 中文, Español, 日本語, Deutsch, Français, Português, Русский. Auto-detects browser locale by default.
Permissions & access
- Permissions
- debuggerstoragetabscookies
- Host access
- <all_urls>
Screenshots
About
QA Settings injects Chrome DevTools Protocol (CDP) overrides into tabs you
choose — without opening DevTools. Switch timezone/locale, throttle the
network, force dark mode, auto-grant permissions, and more, all from a single
toolbar toggle.
Use cases
- Verify timezone/locale-sensitive UI across UTC, Europe/London, Asia/Tokyo…
- Reproduce slow-network, offline, or low-CPU bugs without external tools
- Test responsive layouts, dark mode, color-blindness filters
- Auto-accept camera/mic/geolocation prompts in QA flows
- Reproduce first-visit state by bulk-clearing storage + cookies (domain-wide)
Features
CLIENT — signals the browser tells the site about the user
- Timezone override (100+ IANA presets + free text)
- Locale override (navigator.language + Intl.* formats)
- Geolocation override (lat/lng/accuracy + 30 city presets + "use current")
- User-Agent override (preset UAs + custom string)
NETWORK
- Network throttling (Offline/Slow3G/Fast3G/Slow4G/Fast4G/WiFi + custom)
- Disable HTTP cache
- Block URL patterns (simulate missing GA/ads/specific APIs)
- Inject request headers (auth tokens, A/B flags)
- Set cookies — DevTools Application panel fields exactly
(name/value/domain/path/expires/httpOnly/secure/sameSite)
RENDERING
- Color scheme: force prefers-color-scheme light/dark
- Device emulation: viewport/DPR/mobile flag + 9 device presets
- CPU throttling: slowdown multiplier
- Vision deficiency: color-blind/blur filters for accessibility QA
PERMISSIONS & STATE
- Auto-grant site permissions (camera/mic/notifications/geolocation/…)
- Force navigator.idleDetector state (active/idle/locked)
- Clear origin storage + domain-tree cookies (reproduce first-visit / logout)
GENERAL
- Domain scope — apply only to tabs matching include/exclude glob or regex patterns
- Presets — save feature combos ("Payment QA", "Mobile offline", …) + one-click switch
- Import/Export settings as JSON — share across team
Privacy
All settings stay in chrome.storage.local on your device. No network
requests, no telemetry, no analytics.
Permissions
- debugger — required to send CDP Emulation/Network/Browser/Storage commands
- storage — persist your toggle state locally
- tabs — detect tab navigation to re-apply overrides
- cookies — domain-tree cookie cleanup (e.g. logout a whole site)
- host_permissions <all_urls> — CDP attach needs a host target; you choose
which tabs via Domain Scope
Localization
UI available in 10 languages: English, 한국어, 中文, Español, 日本語,
Deutsch, Français, Português, Русский. Auto-detects browser locale by default.Technical
- Version
- 1.0.4
- Manifest
- V3
- Size
- 868KiB
- Min Chrome
- 116
- Languages
- 9
- Featured
- No
Metadata
- ID
- jhcomknnpcgnbjdchgiebhjdmmajgidf
- Developer ID
- u62ae639f893726d400f2750db2783500
- Developer Email
- [email protected]
- Created
- Apr 21, 2026
- Last Updated (Store)
- May 8, 2026
- Last Scraped
- Jun 9, 2026
- Website
- —
- Support URL
- —
Data sourced from the Chrome Web Store · last verified Jun 9, 2026.