Quickly access the hidden internal commands of Chromium-based browsers (like chrome://, edge://, etc.).
Not every command is supported by every browser.
This extension supports the following Chromium-based browsers:
| Browser | Scheme | Version censused |
|---|---|---|
| Arc | arc:// | 1.161.1 (Chromium 152) |
| Brave | brave:// | 152.1.94.121 |
| Dia | dia:// | 1.48.0 (Chromium 152) |
| Google Chrome | chrome:// | 152.0.7977.83 |
| Microsoft Edge | edge:// | 152.0.4191.66 |
| Opera | opera:// | 135.0 (Chromium 151) |
| Perplexity Comet | comet:// | 145.2.7632.5934 |
| Vivaldi | vivaldi:// | 8.2.4133.47 |
Each browser uses its own URL scheme to access internal pages, though they share many common paths due to their Chromium foundation.
ChatGPT Atlas was dropped in 1.2.0. It is no longer a going concern, and its commands could not be verified.
Finding a command
brave://wallet, opera://mods, comet://perplexity-spotlight, arc://boost and
dia://native-bookmarks.Knowing what you're looking at
Each command carries what the census found out about it, so a click that was never going to work is labelled before you make it:
| Tag | Meaning |
|---|---|
| Removed | Advertised by no browser we checked, and dead on navigation. Kept searchable, with a note on what replaced it. |
| Flag | Real, but gated behind a Chromium feature. The detail pane names the flag to enable. |
| Don't Use | Chrome lists the URL but will not load it in a tab. ⌘⇧H hides these. |
Internal debugging pages also say what to switch on before they will load.
Opening it
chrome://crash, chrome://hang and the rest — ask for confirmation first,
from every route that can launch one.Keyboard
macOS shortcuts shown — on Windows use Ctrl wherever ⌘ appears. Opening and rechecking are
macOS-only, so those two rows do not apply there (see Windows).
↵ | Open in the selected browser (Copy URL when opening isn't available) |
⌘⇧C | Copy URL |
⌘. | Star / unstar |
⌘⇧D | Toggle the detail sidebar |
⌘⇧H | Hide or show unusable commands |
⌘R | Recheck which browsers are installed |
The extension is a reference on Windows. Every URL, description and compatibility note is there, and
Copy URL is the primary action — but launching a browser is macOS only, because it shells out to
macOS open. Rather than offer actions that always fail, Windows hides them; the detail pane says so.
Every browser's own chrome://chrome-urls page (with Internal debugging pages enabled) was
scraped over the DevTools Protocol on 2026-09-09, and each browser's list became that browser's
support set.
Six commands are not advertised by any browser and so could not be measured that way. Four were verified by navigating to them in each browser individually; two are Windows/Linux-only and could not be verified on macOS at all, so their support is narrowed to what Chromium's own source declares. Which is which, and which browsers went unverified, is recorded in docs/paths.md — a support set is a claim, and the ones that were not measured say so.
Every URL was then navigated to in Chrome 152 to separate three cases that a listing alone cannot tell apart: pages that open, pages that no longer exist, and the 22 pages Chrome advertises but will not load in a tab.
This extension includes crash commands that are intended exclusively for browser developers testing crash reporting and stability. These commands can:
chrome://crash, chrome://gpucrash)chrome://hang, chrome://gpuhang)chrome://kill, chrome://quit)These commands are hidden by default behind the Hide Crash Commands preference, and running one asks for confirmation first. Only enable them if you are a developer who understands their purpose and accepts the risks.
Chromium lists these separately from Internal Debugging Page URLs — pages like chrome://actor-internals and chrome://omnibox, which are harmless diagnostics that simply need Enable internal debugging pages turned on at chrome://chrome-urls first. This extension keeps that distinction: the preference above hides only the ones that crash the browser.
The extension also includes chrome-untrusted:// commands, which run in isolated security contexts with restricted privileges. These:
Examples include chrome-untrusted://compose, chrome-untrusted://print, and chrome-untrusted://lens-overlay.
These commands are also hidden by default. Only enable them if you understand the security implications and are troubleshooting specific browser features.
The commands in this extension come from, in order of authority:
chrome://chrome-urls page — the authoritative, per-build list, and the primary source since 1.2.0ChromeURLHosts() and ChromeDebugURLs(), the arrays that generate that pageThey provide access to internal browser pages for debugging, diagnostics, configuration, and feature management. Vendor-specific pages (Brave, Opera, Edge, Comet, Arc, Dia) do not appear in Chromium source at all and come only from the live census.