BMXt_Demo
Dedicated-window command shell for tabs, windows, and groups.
As of June 2026, BMXt_Demo has — users in the Functionality & UI category.
Usersno change0%
—
—
Ratingno change0%
—
— reviews
Reviewsno change0%
—
Version
0.4.6
Manifest V3
90-day change · In the last 90 days this extension 5 version updates, changed permissions.
History
6 snapshotsTracking since May 5, 2026.
Not enough history yet for this metric — the chart fills in as we collect more snapshots.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| May 5, 2026 | — | — | — | 0.0.2 |
| May 10, 2026 | — | — | — | 0.0.2 |
| May 16, 2026 | — | — | — | 0.0.8 |
| May 22, 2026 | — | — | — | 0.2.1 |
| Jun 4, 2026 | — | — | — | 0.3.5 |
| Jun 10, 2026 | — | — | — | 0.4.1 |
| Now | — | — | — | 0.4.6 |
Changelog
- Jun 10, 2026description
BMXt is a UI demonstration for keyboard-centric browser operation on Chrome. It exists because the author is not satisfied with today’s out-of-the-box browser experience. It has a terminal-style prompt and log, but rather than being a classic terminal emulator alone, it is designed as a broad command surface for steering the whole browser—so you can keep your hands on the keyboard in a relaxed posture and cut down on how often you reach for tabs and windows. Command output and typed command history are handled primarily in memory for the UI; only capped fields are persisted in chrome.storage.local. The extension page and service worker are not designed to call fetch() against arbitrary third-party HTTPS URLs (the packaged manifest’s CSP, including connect-src, reinforces this). Optional http(s) site access is requested at runtime only when you run commands that inject scripts into web pages. ◆About the name — a play on Browser Manipulator X Terminal: - X - UX improvement - A hope that many different people can use it in crossover ways - Exponential growth and open-ended possibility through combining commands - t - The first letter of Terminal - The idea of an extension layered onto your browser, carried in the letter t The road has only just begun, but the author values your voices—so they decided to publish on the Chrome Web Store. They believe the keyboard in front of you can take you “anywhere,” and will keep stacking features while building BMXt as a tool that stays human-centered. ◆Feedback - Feedback and wishes from using the extension https://github.com/UNRsports/bmxt/issues https://x.com/ny0n150226 ◆Disclaimer BMXt is an experimental / trial implementation. UNRsports (the developer) is not liable for any incidents, loss, or damage arising from your use of the extension. You use BMXt at your own discretion and risk. ◆Version history 0.4.1: - Miscellaneous internal fixes - Fixed a bug affecting text input in nav mode - Removed the translation side picker; translate assist is now prompt preview and nav typing only 0.4.0: - Fixed bugs in nav mode behavior - Added translation assist (`translate -on` / `translate -off`) - Adjusted Tab completion menu behavior - Fixed welcome page open behavior 0.3.8: - Show a welcome page on install and when the extension version is upgraded - Fixed tabs mode filtering so keyboard focus no longer jumps to the list unexpectedly - Revised mouse interaction: text in the prompt and log can be selected while keeping keyboard-first operation as the default - Improved in-browser cross-search (`find`) - Improved Tab completion menu behavior 0.3.5: - Removed Rust to reduce package size - Added the `:edit` subcommand in tabs mode for editing tab groups and window names - Implemented IME-style input assistance while typing commands - Moved list pickers for all commands to side columns beside the terminal and revised picker interaction (`Esc` returns to the prompt; close a column with `<cmd> -exit -list`) - DOM list picker: focus rows with ↑/↓ and scroll the target page to the matching element - Added nav mode: virtual cursor overlay on the active tab (`nav -enter`; Alt toggles ON/OFF; arrows move; Enter click/type; Ctrl context menu for text selection, image save, and reload) 0.2.1: - Added the `dom` command so you can inspect the page source. - Added the `find` command to search across internal data such as history, bookmarks, and open tabs. 0.1.1: - Added the split command; add panes with split and remove them with exit (closes the window when the last pane exits) - With multiple panes from split, Ctrl+Arrow moves focus between panes - Clarified command behavior rules - Added an assist menu while typing commands (type "tabs" and press Enter to try it) - In tabs mode, "/" search: type a phrase and press Enter to highlight matches; press n to jump between them 0.0.9: - Tab name search and highlight reset in tabs mode now follow Vim-style behavior (clear highlighted matches with :nohlsearch) - Improved how release notes are specified and shown ◆Commands | Command | Description | |----------|------| | `help` / `?` | Show help | | `clear` | Clear logs | | `exit` | Close the BMXt window and clear the session log | | `split` | Show `-col` / `-row` options; Enter alone restores the prompt to `split ` (with a trailing space); `split -col` adds a pane beside the current one; `split -row` adds a pane below; with multiple panes, Ctrl+Arrow moves focus between panes | | `tabs` | Show available options, then restore the prompt to `tabs ` (with a trailing space) for continued input | | `tabs -list [-u]` | Open the tab picker; supports search, multi-select marker `#`, and bulk modes; `/` searches tab titles, Enter highlights matches, `n` jumps between them | | `tabs -moveurl <url>` | Focus a tab with the given URL or open a new tab (http/https) | | `tabs -nowurl` | Show the current tab’s URL | | `dom` | Print available options; Enter alone restores the prompt to `dom ` (trailing space) for the next token | | `dom -list [--html|--react] [<pattern>]` | Open a read-only DOM picker for the active tab (same picker chrome as `find -list`); flavor `--html` (default) or `--react`; optional `<pattern>` filters rendered lines with a case-insensitive substring (not a regex). ↑/↓ focus scrolls the target tab to the highlighted element. Scriptable http(s) pages only; may prompt for optional site access | | `nav` | Print usage; Enter alone restores the prompt to `nav ` (trailing space) for `-enter` or `-exit` | | `nav -enter` | Arm nav mode; **Alt** toggles the virtual cursor overlay on the target tab; arrows move; **Enter** click/type; **Ctrl** opens a context menu (text selection, save image, reload, history) | | `nav -exit` | Fully disarm nav (turn the overlay **OFF** with **Alt** first) | | `find` | Print available options; Enter alone restores the prompt to `find ` for a subcommand or flag | | `find -list [--none|--history|--bookmark|--page] <pattern>` | Open a cross-search picker; default `--none` searches browsing history, bookmarks, and visible text in non-discarded http(s) tabs together; use one flag to limit scope. Case-insensitive substring match (no regex in v1) | | `find --none <pattern>` | Search all three scopes in one go (log output; empty pattern returns capped “all” style hits) | | `find --history <pattern>` | Search recent history titles/URLs only | | `find --bookmark <pattern>` | Search bookmark titles/URLs only | | `find --page <pattern>` | Search visible text in loaded http(s) tabs; may prompt for optional site access at runtime | | `close` / `c <tabId>` | Close a tab | | `group new <tabId> …` | Create a group | | `notes` | Show release notes for the current extension version; `notes <version>` for a specific version (e.g. `0.1.1`); `notes --list` lists versions that have entries |
BMXt is a UI demonstration for keyboard-centric browser operation on Chrome. It exists because the author is not satisfied with today’s out-of-the-box browser experience. It has a terminal-style prompt and log, but rather than being a classic terminal emulator alone, it is designed as a broad command surface for steering the whole browser—so you can keep your hands on the keyboard in a relaxed posture and cut down on how often you reach for tabs and windows. Command output and typed command history are handled primarily in memory for the UI; only capped fields are persisted in chrome.storage.local. The extension page and service worker are not designed to call fetch() against arbitrary third-party HTTPS URLs (the packaged manifest’s CSP, including connect-src, reinforces this). Optional http(s) site access is requested at runtime only when you run commands that inject scripts into web pages. ◆About the name — a play on Browser Manipulator X Terminal: - X - UX improvement - A hope that many different people can use it in crossover ways - Exponential growth and open-ended possibility through combining commands - t - The first letter of Terminal - The idea of an extension layered onto your browser, carried in the letter t The road has only just begun, but the author values your voices—so they decided to publish on the Chrome Web Store. They believe the keyboard in front of you can take you “anywhere,” and will keep stacking features while building BMXt as a tool that stays human-centered. ◆Feedback - Feedback and wishes from using the extension https://github.com/UNRsports/bmxt/issues https://x.com/ny0n150226 ◆Disclaimer BMXt is an experimental / trial implementation. UNRsports (the developer) is not liable for any incidents, loss, or damage arising from your use of the extension. You use BMXt at your own discretion and risk. ◆Version history 0.4.6: - Fixed an issue where new tab groups could not be created in tabs mode 0.4.5: - Cleaned up npm dependencies - Renamed find to search (mode) with enhancements — subdivide results and jump directly to each element - Tab picker: expand/collapse window and tab group tree rows - Added tabs -setting -page-active (--auto / --manual) to toggle automatic tab activation on highlight 0.4.1: - Miscellaneous internal fixes - Fixed a bug affecting text input in nav mode - Removed the translation side picker; translate assist is now prompt preview and nav typing only 0.4.0: - Fixed bugs in nav mode behavior - Added translation assist (`translate -on` / `translate -off`) - Adjusted Tab completion menu behavior - Fixed welcome page open behavior 0.3.8: - Show a welcome page on install and when the extension version is upgraded - Fixed tabs mode filtering so keyboard focus no longer jumps to the list unexpectedly - Revised mouse interaction: text in the prompt and log can be selected while keeping keyboard-first operation as the default - Improved in-browser cross-search (`search`) - Improved Tab completion menu behavior 0.3.5: - Removed Rust to reduce package size - Added the `:edit` subcommand in tabs mode for editing tab groups and window names - Implemented IME-style input assistance while typing commands - Moved list pickers for all commands to side columns beside the terminal and revised picker interaction (`Esc` returns to the prompt; close a column with `<cmd> -exit -list`) - DOM list picker: focus rows with ↑/↓ and scroll the target page to the matching element - Added nav mode: virtual cursor overlay on the active tab (`nav -enter`; Alt toggles ON/OFF; arrows move; Enter click/type; Ctrl context menu for text selection, image save, and reload) 0.2.1: - Added the `dom` command so you can inspect the page source. - Added the `search` command to search across internal data such as history, bookmarks, and open tabs. 0.1.1: - Added the split command; add panes with split and remove them with exit (closes the window when the last pane exits) - With multiple panes from split, Ctrl+Arrow moves focus between panes - Clarified command behavior rules - Added an assist menu while typing commands (type "tabs" and press Enter to try it) - In tabs mode, "/" search: type a phrase and press Enter to highlight matches; press n to jump between them 0.0.9: - Tab name search and highlight reset in tabs mode now follow Vim-style behavior (clear highlighted matches with :nohlsearch) - Improved how release notes are specified and shown ◆Commands | Command | Description | |----------|------| | `help` / `?` | Show help | | `clear` | Clear logs | | `exit` | Close the BMXt window and clear the session log | | `split` | Show `-col` / `-row` options; Enter alone restores the prompt to `split ` (with a trailing space); `split -col` adds a pane beside the current one; `split -row` adds a pane below; with multiple panes, Ctrl+Arrow moves focus between panes | | `tabs` | Show available options, then restore the prompt to `tabs ` (with a trailing space) for continued input | | `tabs -list [-u]` | Open the tab picker; supports search, multi-select marker `#`, and bulk modes; `/` searches tab titles, Enter highlights matches, `n` jumps between them | | `tabs -moveurl <url>` | Focus a tab with the given URL or open a new tab (http/https) | | `tabs -nowurl` | Show the current tab’s URL | | `tabs -setting -page-active --auto \| --manual` | Tab picker: toggle whether moving the highlight auto-activates the tab (`--auto` default; `--manual` uses Alt+↑↓); saved setting | | `dom` | Print available options; Enter alone restores the prompt to `dom ` (trailing space) for the next token | | `dom -list [--html|--react] [<pattern>]` | Open a read-only DOM picker for the active tab (same picker chrome as `search -list`); flavor `--html` (default) or `--react`; optional `<pattern>` filters rendered lines with a case-insensitive substring (not a regex). ↑/↓ focus scrolls the target tab to the highlighted element. Scriptable http(s) pages only; may prompt for optional site access | | `nav` | Print usage; Enter alone restores the prompt to `nav ` (trailing space) for `-enter` or `-exit` | | `nav -enter` | Arm nav mode; **Alt** toggles the virtual cursor overlay on the target tab; arrows move; **Enter** click/type; **Ctrl** opens a context menu (text selection, save image, reload, history) | | `nav -exit` | Fully disarm nav (turn the overlay **OFF** with **Alt** first) | | `search` | Print available options; Enter alone restores the prompt to `search ` for `-list` | | `search -list --history|--bookmark|--page [<pattern>]` | Open a search picker for one scope; scan progress appears inside the picker and hides when results arrive. **→** opens a detail list of hits per row; **Enter** on a detail row jumps to that match in the page (http(s)). Case-insensitive substring match (no regex in v1) | | `search -exit -list` | Close the search list picker column (cancels an in-flight search if running) | | `close` / `c <tabId>` | Close a tab | | `group new <tabId> …` | Create a group | | `notes` | Show release notes for the current extension version; `notes <version>` for a specific version (e.g. `0.1.1`); `notes --list` lists versions that have entries |
- Jun 4, 2026description
BMXt is a UI demonstration for keyboard-centric browser operation on Chrome. It exists because the author is not satisfied with today’s out-of-the-box browser experience. It has a terminal-style prompt and log, but rather than being a classic terminal emulator alone, it is designed as a broad command surface for steering the whole browser—so you can keep your hands on the keyboard in a relaxed posture and cut down on how often you reach for tabs and windows. Command output and typed command history are handled primarily in memory for the UI; only capped fields are persisted in chrome.storage.local. The extension page and service worker are not designed to call fetch() against arbitrary third-party HTTPS URLs (the packaged manifest’s CSP, including connect-src, reinforces this). Optional http(s) site access is requested at runtime only when you run commands that inject scripts into web pages. ◆About the name — a play on Browser Manipulator X Terminal: - X - UX improvement - A hope that many different people can use it in crossover ways - Exponential growth and open-ended possibility through combining commands - t - The first letter of Terminal - The idea of an extension layered onto your browser, carried in the letter t The road has only just begun, but the author needs your voices and support—so they decided to publish on the Chrome Web Store. They believe the keyboard in front of you can take you “anywhere,” and will keep stacking features while building BMXt as a tool that stays human-centered. ◆Support The author is putting as much time as they can into this project. - Feedback and wishes from using the extension https://github.com/UNRsports/bmxt/issues https://x.com/ny0n150226 - Support for the resources needed to keep the project going https://buymeacoffee.com/unrsports If you are even a little curious about a future where the browser feels different to use, any support would mean a lot. ◆Version history 0.3.5: - Removed Rust to reduce package size - Added the `:edit` subcommand in tabs mode for editing tab groups and window names - Implemented IME-style input assistance while typing commands - Moved list pickers for all commands to side columns beside the terminal and revised picker interaction (`Esc` returns to the prompt; close a column with `<cmd> -exit -list`) - DOM list picker: focus rows with ↑/↓ and scroll the target page to the matching element - Added nav mode: virtual cursor overlay on the active tab (`nav -enter`; Alt toggles ON/OFF; arrows move; Enter click/type; Ctrl context menu for text selection, image save, and reload) 0.2.1: - Added the `dom` command so you can inspect the page source. - Added the `find` command to search across internal data such as history, bookmarks, and open tabs. 0.1.1: - Added the split command; add panes with split and remove them with exit (closes the window when the last pane exits) - With multiple panes from split, Ctrl+Arrow moves focus between panes - Clarified command behavior rules - Added an assist menu while typing commands (type "tabs" and press Enter to try it) - In tabs mode, "/" search: type a phrase and press Enter to highlight matches; press n to jump between them 0.0.9: - Tab name search and highlight reset in tabs mode now follow Vim-style behavior (clear highlighted matches with :nohlsearch) - Improved how release notes are specified and shown ◆Commands | Command | Description | |----------|------| | `help` / `?` | Show help | | `clear` | Clear logs | | `exit` | Close the BMXt window and clear the session log | | `split` | Show `-col` / `-row` options; Enter alone restores the prompt to `split ` (with a trailing space); `split -col` adds a pane beside the current one; `split -row` adds a pane below; with multiple panes, Ctrl+Arrow moves focus between panes | | `tabs` | Show available options, then restore the prompt to `tabs ` (with a trailing space) for continued input | | `tabs -list [-u]` | Open the tab picker; supports search, multi-select marker `#`, and bulk modes; `/` searches tab titles, Enter highlights matches, `n` jumps between them | | `tabs -moveurl <url>` | Focus a tab with the given URL or open a new tab (http/https) | | `tabs -nowurl` | Show the current tab’s URL | | `dom` | Print available options; Enter alone restores the prompt to `dom ` (trailing space) for the next token | | `dom -list [--html|--react] [<pattern>]` | Open a read-only DOM picker for the active tab (same picker chrome as `find -list`); flavor `--html` (default) or `--react`; optional `<pattern>` filters rendered lines with a case-insensitive substring (not a regex). ↑/↓ focus scrolls the target tab to the highlighted element. Scriptable http(s) pages only; may prompt for optional site access | | `nav` | Print usage; Enter alone restores the prompt to `nav ` (trailing space) for `-enter` or `-exit` | | `nav -enter` | Arm nav mode; **Alt** toggles the virtual cursor overlay on the target tab; arrows move; **Enter** click/type; **Ctrl** opens a context menu (text selection, save image, reload, history) | | `nav -exit` | Fully disarm nav (turn the overlay **OFF** with **Alt** first) | | `find` | Print available options; Enter alone restores the prompt to `find ` for a subcommand or flag | | `find -list [--none|--history|--bookmark|--page] <pattern>` | Open a cross-search picker; default `--none` searches browsing history, bookmarks, and visible text in non-discarded http(s) tabs together; use one flag to limit scope. Case-insensitive substring match (no regex in v1) | | `find --none <pattern>` | Search all three scopes in one go (log output; empty pattern returns capped “all” style hits) | | `find --history <pattern>` | Search recent history titles/URLs only | | `find --bookmark <pattern>` | Search bookmark titles/URLs only | | `find --page <pattern>` | Search visible text in loaded http(s) tabs; may prompt for optional site access at runtime | | `close` / `c <tabId>` | Close a tab | | `group new <tabId> …` | Create a group | | `notes` | Show release notes for the current extension version; `notes <version>` for a specific version (e.g. `0.1.1`); `notes --list` lists versions that have entries |
BMXt is a UI demonstration for keyboard-centric browser operation on Chrome. It exists because the author is not satisfied with today’s out-of-the-box browser experience. It has a terminal-style prompt and log, but rather than being a classic terminal emulator alone, it is designed as a broad command surface for steering the whole browser—so you can keep your hands on the keyboard in a relaxed posture and cut down on how often you reach for tabs and windows. Command output and typed command history are handled primarily in memory for the UI; only capped fields are persisted in chrome.storage.local. The extension page and service worker are not designed to call fetch() against arbitrary third-party HTTPS URLs (the packaged manifest’s CSP, including connect-src, reinforces this). Optional http(s) site access is requested at runtime only when you run commands that inject scripts into web pages. ◆About the name — a play on Browser Manipulator X Terminal: - X - UX improvement - A hope that many different people can use it in crossover ways - Exponential growth and open-ended possibility through combining commands - t - The first letter of Terminal - The idea of an extension layered onto your browser, carried in the letter t The road has only just begun, but the author values your voices—so they decided to publish on the Chrome Web Store. They believe the keyboard in front of you can take you “anywhere,” and will keep stacking features while building BMXt as a tool that stays human-centered. ◆Feedback - Feedback and wishes from using the extension https://github.com/UNRsports/bmxt/issues https://x.com/ny0n150226 ◆Disclaimer BMXt is an experimental / trial implementation. UNRsports (the developer) is not liable for any incidents, loss, or damage arising from your use of the extension. You use BMXt at your own discretion and risk. ◆Version history 0.4.1: - Miscellaneous internal fixes - Fixed a bug affecting text input in nav mode - Removed the translation side picker; translate assist is now prompt preview and nav typing only 0.4.0: - Fixed bugs in nav mode behavior - Added translation assist (`translate -on` / `translate -off`) - Adjusted Tab completion menu behavior - Fixed welcome page open behavior 0.3.8: - Show a welcome page on install and when the extension version is upgraded - Fixed tabs mode filtering so keyboard focus no longer jumps to the list unexpectedly - Revised mouse interaction: text in the prompt and log can be selected while keeping keyboard-first operation as the default - Improved in-browser cross-search (`find`) - Improved Tab completion menu behavior 0.3.5: - Removed Rust to reduce package size - Added the `:edit` subcommand in tabs mode for editing tab groups and window names - Implemented IME-style input assistance while typing commands - Moved list pickers for all commands to side columns beside the terminal and revised picker interaction (`Esc` returns to the prompt; close a column with `<cmd> -exit -list`) - DOM list picker: focus rows with ↑/↓ and scroll the target page to the matching element - Added nav mode: virtual cursor overlay on the active tab (`nav -enter`; Alt toggles ON/OFF; arrows move; Enter click/type; Ctrl context menu for text selection, image save, and reload) 0.2.1: - Added the `dom` command so you can inspect the page source. - Added the `find` command to search across internal data such as history, bookmarks, and open tabs. 0.1.1: - Added the split command; add panes with split and remove them with exit (closes the window when the last pane exits) - With multiple panes from split, Ctrl+Arrow moves focus between panes - Clarified command behavior rules - Added an assist menu while typing commands (type "tabs" and press Enter to try it) - In tabs mode, "/" search: type a phrase and press Enter to highlight matches; press n to jump between them 0.0.9: - Tab name search and highlight reset in tabs mode now follow Vim-style behavior (clear highlighted matches with :nohlsearch) - Improved how release notes are specified and shown ◆Commands | Command | Description | |----------|------| | `help` / `?` | Show help | | `clear` | Clear logs | | `exit` | Close the BMXt window and clear the session log | | `split` | Show `-col` / `-row` options; Enter alone restores the prompt to `split ` (with a trailing space); `split -col` adds a pane beside the current one; `split -row` adds a pane below; with multiple panes, Ctrl+Arrow moves focus between panes | | `tabs` | Show available options, then restore the prompt to `tabs ` (with a trailing space) for continued input | | `tabs -list [-u]` | Open the tab picker; supports search, multi-select marker `#`, and bulk modes; `/` searches tab titles, Enter highlights matches, `n` jumps between them | | `tabs -moveurl <url>` | Focus a tab with the given URL or open a new tab (http/https) | | `tabs -nowurl` | Show the current tab’s URL | | `dom` | Print available options; Enter alone restores the prompt to `dom ` (trailing space) for the next token | | `dom -list [--html|--react] [<pattern>]` | Open a read-only DOM picker for the active tab (same picker chrome as `find -list`); flavor `--html` (default) or `--react`; optional `<pattern>` filters rendered lines with a case-insensitive substring (not a regex). ↑/↓ focus scrolls the target tab to the highlighted element. Scriptable http(s) pages only; may prompt for optional site access | | `nav` | Print usage; Enter alone restores the prompt to `nav ` (trailing space) for `-enter` or `-exit` | | `nav -enter` | Arm nav mode; **Alt** toggles the virtual cursor overlay on the target tab; arrows move; **Enter** click/type; **Ctrl** opens a context menu (text selection, save image, reload, history) | | `nav -exit` | Fully disarm nav (turn the overlay **OFF** with **Alt** first) | | `find` | Print available options; Enter alone restores the prompt to `find ` for a subcommand or flag | | `find -list [--none|--history|--bookmark|--page] <pattern>` | Open a cross-search picker; default `--none` searches browsing history, bookmarks, and visible text in non-discarded http(s) tabs together; use one flag to limit scope. Case-insensitive substring match (no regex in v1) | | `find --none <pattern>` | Search all three scopes in one go (log output; empty pattern returns capped “all” style hits) | | `find --history <pattern>` | Search recent history titles/URLs only | | `find --bookmark <pattern>` | Search bookmark titles/URLs only | | `find --page <pattern>` | Search visible text in loaded http(s) tabs; may prompt for optional site access at runtime | | `close` / `c <tabId>` | Close a tab | | `group new <tabId> …` | Create a group | | `notes` | Show release notes for the current extension version; `notes <version>` for a specific version (e.g. `0.1.1`); `notes --list` lists versions that have entries |
- May 22, 2026description
BMXt is a UI demonstration for keyboard-centric browser operation on Chrome. It exists because the author is not satisfied with today’s out-of-the-box browser experience. It has a terminal-style prompt and log, but rather than being a classic terminal emulator alone, it is designed as a broad command surface for steering the whole browser—so you can keep your hands on the keyboard in a relaxed posture and cut down on how often you reach for tabs and windows. Command output and typed command history are handled primarily in memory for the UI; only capped fields are persisted in chrome.storage.local. The extension page and service worker are not designed to call fetch() against arbitrary third-party HTTPS URLs (the packaged manifest’s CSP, including connect-src, reinforces this). Optional http(s) site access is requested at runtime only when you run commands that inject scripts into web pages. ◆About the name — a play on Browser Manipulator X Terminal: - X - UX improvement - A hope that many different people can use it in crossover ways - Exponential growth and open-ended possibility through combining commands - t - The first letter of Terminal - The idea of an extension layered onto your browser, carried in the letter t The road has only just begun, but the author needs your voices and support—so they decided to publish on the Chrome Web Store. They believe the keyboard in front of you can take you “anywhere,” and will keep stacking features while building BMXt as a tool that stays human-centered. ◆Support The author is putting as much time as they can into this project. - Feedback and wishes from using the extension https://github.com/UNRsports/bmxt/issues https://x.com/ny0n150226 - Support for the resources needed to keep the project going https://buymeacoffee.com/unrsports If you are even a little curious about a future where the browser feels different to use, any support would mean a lot. ◆Version history 0.2.1: - Added the `dom` command so you can inspect the page source. - Added the `grep` command to search across internal data such as history, bookmarks, and open tabs. 0.1.1: - Added the split command; add panes with split and remove them with exit (closes the window when the last pane exits) - With multiple panes from split, Ctrl+Arrow moves focus between panes - Clarified command behavior rules - Added an assist menu while typing commands (type "tabs" and press Enter to try it) - In tabs mode, "/" search: type a phrase and press Enter to highlight matches; press n to jump between them 0.0.9: - Tab name search and highlight reset in tabs mode now follow Vim-style behavior (clear highlighted matches with :nohlsearch) - Improved how release notes are specified and shown ◆Commands | Command | Description | |----------|------| | `help` / `?` | Show help | | `clear` | Clear logs | | `exit` | Close the BMXt window and clear the session log | | `split` | Show `-col` / `-row` options; Enter alone restores the prompt to `split ` (with a trailing space); `split -col` adds a pane beside the current one; `split -row` adds a pane below; with multiple panes, Ctrl+Arrow moves focus between panes | | `tabs` | Show available options, then restore the prompt to `tabs ` (with a trailing space) for continued input | | `tabs -list [-u]` | Open the tab picker; supports search, multi-select marker `#`, and bulk modes; `/` searches tab titles, Enter highlights matches, `n` jumps between them | | `tabs -moveurl <url>` | Focus a tab with the given URL or open a new tab (http/https) | | `tabs -nowurl` | Show the current tab’s URL | | `dom` | Print available options; Enter alone restores the prompt to `dom ` (trailing space) for the next token | | `dom -list [--html|--react] [<pattern>]` | Open a read-only DOM picker for the active tab (same picker chrome as `grep -list`); flavor `--html` (default) or `--react`; optional `<pattern>` filters rendered lines with a case-insensitive substring (not a regex). Scriptable http(s) pages only; may prompt for optional site access | | `grep` | Print available options; Enter alone restores the prompt to `grep ` for a subcommand or flag | | `grep -list [--none|--history|--bookmark|--page] <pattern>` | Open a cross-search picker; default `--none` searches browsing history, bookmarks, and visible text in non-discarded http(s) tabs together; use one flag to limit scope. Case-insensitive substring match (no regex in v1) | | `grep --none <pattern>` | Search all three scopes in one go (log output; empty pattern returns capped “all” style hits) | | `grep --history <pattern>` | Search recent history titles/URLs only | | `grep --bookmark <pattern>` | Search bookmark titles/URLs only | | `grep --page <pattern>` | Search visible text in loaded http(s) tabs; may prompt for optional site access at runtime | | `close` / `c <tabId>` | Close a tab | | `group new <tabId> …` | Create a group | | `notes` | Show release notes for the current extension version; `notes <version>` for a specific version (e.g. `0.1.1`); `notes --list` lists versions that have entries |
BMXt is a UI demonstration for keyboard-centric browser operation on Chrome. It exists because the author is not satisfied with today’s out-of-the-box browser experience. It has a terminal-style prompt and log, but rather than being a classic terminal emulator alone, it is designed as a broad command surface for steering the whole browser—so you can keep your hands on the keyboard in a relaxed posture and cut down on how often you reach for tabs and windows. Command output and typed command history are handled primarily in memory for the UI; only capped fields are persisted in chrome.storage.local. The extension page and service worker are not designed to call fetch() against arbitrary third-party HTTPS URLs (the packaged manifest’s CSP, including connect-src, reinforces this). Optional http(s) site access is requested at runtime only when you run commands that inject scripts into web pages. ◆About the name — a play on Browser Manipulator X Terminal: - X - UX improvement - A hope that many different people can use it in crossover ways - Exponential growth and open-ended possibility through combining commands - t - The first letter of Terminal - The idea of an extension layered onto your browser, carried in the letter t The road has only just begun, but the author needs your voices and support—so they decided to publish on the Chrome Web Store. They believe the keyboard in front of you can take you “anywhere,” and will keep stacking features while building BMXt as a tool that stays human-centered. ◆Support The author is putting as much time as they can into this project. - Feedback and wishes from using the extension https://github.com/UNRsports/bmxt/issues https://x.com/ny0n150226 - Support for the resources needed to keep the project going https://buymeacoffee.com/unrsports If you are even a little curious about a future where the browser feels different to use, any support would mean a lot. ◆Version history 0.3.5: - Removed Rust to reduce package size - Added the `:edit` subcommand in tabs mode for editing tab groups and window names - Implemented IME-style input assistance while typing commands - Moved list pickers for all commands to side columns beside the terminal and revised picker interaction (`Esc` returns to the prompt; close a column with `<cmd> -exit -list`) - DOM list picker: focus rows with ↑/↓ and scroll the target page to the matching element - Added nav mode: virtual cursor overlay on the active tab (`nav -enter`; Alt toggles ON/OFF; arrows move; Enter click/type; Ctrl context menu for text selection, image save, and reload) 0.2.1: - Added the `dom` command so you can inspect the page source. - Added the `find` command to search across internal data such as history, bookmarks, and open tabs. 0.1.1: - Added the split command; add panes with split and remove them with exit (closes the window when the last pane exits) - With multiple panes from split, Ctrl+Arrow moves focus between panes - Clarified command behavior rules - Added an assist menu while typing commands (type "tabs" and press Enter to try it) - In tabs mode, "/" search: type a phrase and press Enter to highlight matches; press n to jump between them 0.0.9: - Tab name search and highlight reset in tabs mode now follow Vim-style behavior (clear highlighted matches with :nohlsearch) - Improved how release notes are specified and shown ◆Commands | Command | Description | |----------|------| | `help` / `?` | Show help | | `clear` | Clear logs | | `exit` | Close the BMXt window and clear the session log | | `split` | Show `-col` / `-row` options; Enter alone restores the prompt to `split ` (with a trailing space); `split -col` adds a pane beside the current one; `split -row` adds a pane below; with multiple panes, Ctrl+Arrow moves focus between panes | | `tabs` | Show available options, then restore the prompt to `tabs ` (with a trailing space) for continued input | | `tabs -list [-u]` | Open the tab picker; supports search, multi-select marker `#`, and bulk modes; `/` searches tab titles, Enter highlights matches, `n` jumps between them | | `tabs -moveurl <url>` | Focus a tab with the given URL or open a new tab (http/https) | | `tabs -nowurl` | Show the current tab’s URL | | `dom` | Print available options; Enter alone restores the prompt to `dom ` (trailing space) for the next token | | `dom -list [--html|--react] [<pattern>]` | Open a read-only DOM picker for the active tab (same picker chrome as `find -list`); flavor `--html` (default) or `--react`; optional `<pattern>` filters rendered lines with a case-insensitive substring (not a regex). ↑/↓ focus scrolls the target tab to the highlighted element. Scriptable http(s) pages only; may prompt for optional site access | | `nav` | Print usage; Enter alone restores the prompt to `nav ` (trailing space) for `-enter` or `-exit` | | `nav -enter` | Arm nav mode; **Alt** toggles the virtual cursor overlay on the target tab; arrows move; **Enter** click/type; **Ctrl** opens a context menu (text selection, save image, reload, history) | | `nav -exit` | Fully disarm nav (turn the overlay **OFF** with **Alt** first) | | `find` | Print available options; Enter alone restores the prompt to `find ` for a subcommand or flag | | `find -list [--none|--history|--bookmark|--page] <pattern>` | Open a cross-search picker; default `--none` searches browsing history, bookmarks, and visible text in non-discarded http(s) tabs together; use one flag to limit scope. Case-insensitive substring match (no regex in v1) | | `find --none <pattern>` | Search all three scopes in one go (log output; empty pattern returns capped “all” style hits) | | `find --history <pattern>` | Search recent history titles/URLs only | | `find --bookmark <pattern>` | Search bookmark titles/URLs only | | `find --page <pattern>` | Search visible text in loaded http(s) tabs; may prompt for optional site access at runtime | | `close` / `c <tabId>` | Close a tab | | `group new <tabId> …` | Create a group | | `notes` | Show release notes for the current extension version; `notes <version>` for a specific version (e.g. `0.1.1`); `notes --list` lists versions that have entries |
- May 22, 2026category
make_chrome_yours/accessibility
make_chrome_yours/functionality
- May 16, 2026description
BMXt is a UI demonstration for keyboard-centric browser operation on Chrome. It exists because the author is not satisfied with today’s out-of-the-box browser experience. It has a terminal-style prompt and log, but rather than being a classic terminal emulator alone, it is designed as a broad command surface for steering the whole browser—so you can keep your hands on the keyboard in a relaxed posture and cut down on how often you reach for tabs and windows. ◆About the name — a play on Browser Manipulator X Terminal: - X - UX improvement - A hope that many different people can use it in crossover ways - Exponential growth and open-ended possibility through combining commands - t - The first letter of Terminal - The idea of an extension layered onto your browser, carried in the letter t The road has only just begun, but the author needs your voices and support—so they decided to publish on the Chrome Web Store. They believe the keyboard in front of you can take you “anywhere,” and will keep stacking features while building BMXt as a tool that stays human-centered. ◆Support The author is putting as much time as they can into this project. - Feedback and wishes from using the extension https://github.com/UNRsports/bmxt/issues https://x.com/ny0n150226 - Support for the resources needed to keep the project going https://buymeacoffee.com/unrsports If you are even a little curious about a future where the browser feels different to use, any support would mean a lot. ◆Version history 0.0.8: · Browser tab changes synced in real time to the tabs-mode list in the BMXt terminal · First launch after an update: version + release notes below welcome ◆Commands | Command | Description | |----------|------| | `help` / `?` | Show help | | `clear` | Clear logs | | `exit` | Close the BMXt window and clear the session log | | `tabs` | Show available options, then restore the prompt to `tabs ` (with a trailing space) for continued input | | `tabs -list [-u]` | Open the tab picker; supports search, multi-select marker `#`, and bulk modes | | `tabs -moveurl <url>` | Focus a tab with the given URL or open a new tab (http/https) | | `tabs -nowurl` | Show the current tab’s URL | | `close` / `c <tabId>` | Close a tab | | `group new <tabId> …` | Create a group |
BMXt is a UI demonstration for keyboard-centric browser operation on Chrome. It exists because the author is not satisfied with today’s out-of-the-box browser experience. It has a terminal-style prompt and log, but rather than being a classic terminal emulator alone, it is designed as a broad command surface for steering the whole browser—so you can keep your hands on the keyboard in a relaxed posture and cut down on how often you reach for tabs and windows. Command output and typed command history are handled primarily in memory for the UI; only capped fields are persisted in chrome.storage.local. The extension page and service worker are not designed to call fetch() against arbitrary third-party HTTPS URLs (the packaged manifest’s CSP, including connect-src, reinforces this). Optional http(s) site access is requested at runtime only when you run commands that inject scripts into web pages. ◆About the name — a play on Browser Manipulator X Terminal: - X - UX improvement - A hope that many different people can use it in crossover ways - Exponential growth and open-ended possibility through combining commands - t - The first letter of Terminal - The idea of an extension layered onto your browser, carried in the letter t The road has only just begun, but the author needs your voices and support—so they decided to publish on the Chrome Web Store. They believe the keyboard in front of you can take you “anywhere,” and will keep stacking features while building BMXt as a tool that stays human-centered. ◆Support The author is putting as much time as they can into this project. - Feedback and wishes from using the extension https://github.com/UNRsports/bmxt/issues https://x.com/ny0n150226 - Support for the resources needed to keep the project going https://buymeacoffee.com/unrsports If you are even a little curious about a future where the browser feels different to use, any support would mean a lot. ◆Version history 0.2.1: - Added the `dom` command so you can inspect the page source. - Added the `grep` command to search across internal data such as history, bookmarks, and open tabs. 0.1.1: - Added the split command; add panes with split and remove them with exit (closes the window when the last pane exits) - With multiple panes from split, Ctrl+Arrow moves focus between panes - Clarified command behavior rules - Added an assist menu while typing commands (type "tabs" and press Enter to try it) - In tabs mode, "/" search: type a phrase and press Enter to highlight matches; press n to jump between them 0.0.9: - Tab name search and highlight reset in tabs mode now follow Vim-style behavior (clear highlighted matches with :nohlsearch) - Improved how release notes are specified and shown ◆Commands | Command | Description | |----------|------| | `help` / `?` | Show help | | `clear` | Clear logs | | `exit` | Close the BMXt window and clear the session log | | `split` | Show `-col` / `-row` options; Enter alone restores the prompt to `split ` (with a trailing space); `split -col` adds a pane beside the current one; `split -row` adds a pane below; with multiple panes, Ctrl+Arrow moves focus between panes | | `tabs` | Show available options, then restore the prompt to `tabs ` (with a trailing space) for continued input | | `tabs -list [-u]` | Open the tab picker; supports search, multi-select marker `#`, and bulk modes; `/` searches tab titles, Enter highlights matches, `n` jumps between them | | `tabs -moveurl <url>` | Focus a tab with the given URL or open a new tab (http/https) | | `tabs -nowurl` | Show the current tab’s URL | | `dom` | Print available options; Enter alone restores the prompt to `dom ` (trailing space) for the next token | | `dom -list [--html|--react] [<pattern>]` | Open a read-only DOM picker for the active tab (same picker chrome as `grep -list`); flavor `--html` (default) or `--react`; optional `<pattern>` filters rendered lines with a case-insensitive substring (not a regex). Scriptable http(s) pages only; may prompt for optional site access | | `grep` | Print available options; Enter alone restores the prompt to `grep ` for a subcommand or flag | | `grep -list [--none|--history|--bookmark|--page] <pattern>` | Open a cross-search picker; default `--none` searches browsing history, bookmarks, and visible text in non-discarded http(s) tabs together; use one flag to limit scope. Case-insensitive substring match (no regex in v1) | | `grep --none <pattern>` | Search all three scopes in one go (log output; empty pattern returns capped “all” style hits) | | `grep --history <pattern>` | Search recent history titles/URLs only | | `grep --bookmark <pattern>` | Search bookmark titles/URLs only | | `grep --page <pattern>` | Search visible text in loaded http(s) tabs; may prompt for optional site access at runtime | | `close` / `c <tabId>` | Close a tab | | `group new <tabId> …` | Create a group | | `notes` | Show release notes for the current extension version; `notes <version>` for a specific version (e.g. `0.1.1`); `notes --list` lists versions that have entries |
- May 16, 2026permissions
tabs, tabGroups, storage, windows
tabs, tabGroups, storage, windows, scripting, history, bookmarks
- May 10, 2026description
This is an experimental alpha version focusing on keyboard-centric browser navigation logic. BMXt is a UI for keyboard-centric browser control in Chrome. It exists because the author is not satisfied with today’s out-of-the-box browser experience. It has a terminal-style prompt and log, but it is designed as a command surface for manipulating the whole browser—broader than a classic terminal emulator—and it aims to keep your hands on the keyboard in a relaxed posture while reducing how often you reach for tabs and windows. About the name — a play on Browser Manipulator X Terminal: X UX improvement Inclusive “cross-over” use for many kinds of people Open-ended, command-driven growth (exponential / unbounded feel) t Terminal (first letter) The extension as a plus layered on your browser (the idea in the letter t) The project is still in its early days and is not yet on the Chrome Web Store. Even so, the author believes the keyboard can take you “anywhere,” will keep adding features, and wants to keep building BMXt as a tool that stays human-centered.
BMXt is a UI demonstration for keyboard-centric browser operation on Chrome. It exists because the author is not satisfied with today’s out-of-the-box browser experience. It has a terminal-style prompt and log, but rather than being a classic terminal emulator alone, it is designed as a broad command surface for steering the whole browser—so you can keep your hands on the keyboard in a relaxed posture and cut down on how often you reach for tabs and windows. ◆About the name — a play on Browser Manipulator X Terminal: - X - UX improvement - A hope that many different people can use it in crossover ways - Exponential growth and open-ended possibility through combining commands - t - The first letter of Terminal - The idea of an extension layered onto your browser, carried in the letter t The road has only just begun, but the author needs your voices and support—so they decided to publish on the Chrome Web Store. They believe the keyboard in front of you can take you “anywhere,” and will keep stacking features while building BMXt as a tool that stays human-centered. ◆Support The author is putting as much time as they can into this project. - Feedback and wishes from using the extension https://github.com/UNRsports/bmxt/issues https://x.com/ny0n150226 - Support for the resources needed to keep the project going https://buymeacoffee.com/unrsports If you are even a little curious about a future where the browser feels different to use, any support would mean a lot. ◆Version history 0.0.8: · Browser tab changes synced in real time to the tabs-mode list in the BMXt terminal · First launch after an update: version + release notes below welcome ◆Commands | Command | Description | |----------|------| | `help` / `?` | Show help | | `clear` | Clear logs | | `exit` | Close the BMXt window and clear the session log | | `tabs` | Show available options, then restore the prompt to `tabs ` (with a trailing space) for continued input | | `tabs -list [-u]` | Open the tab picker; supports search, multi-select marker `#`, and bulk modes | | `tabs -moveurl <url>` | Focus a tab with the given URL or open a new tab (http/https) | | `tabs -nowurl` | Show the current tab’s URL | | `close` / `c <tabId>` | Close a tab | | `group new <tabId> …` | Create a group |
Permissions & access
- Permissions
- tabstabGroupsstoragewindowsscriptinghistorybookmarks
- Host access
- None declared
Screenshots
About
BMXt is a UI demonstration for keyboard-centric browser operation on Chrome. It exists because the author is not satisfied with today’s out-of-the-box browser experience. It has a terminal-style prompt and log, but rather than being a classic terminal emulator alone, it is designed as a broad command surface for steering the whole browser—so you can keep your hands on the keyboard in a relaxed posture and cut down on how often you reach for tabs and windows. Command output and typed command history are handled primarily in memory for the UI; only capped fields are persisted in chrome.storage.local. The extension page and service worker are not designed to call fetch() against arbitrary third-party HTTPS URLs (the packaged manifest’s CSP, including connect-src, reinforces this). Optional http(s) site access is requested at runtime only when you run commands that inject scripts into web pages. ◆About the name — a play on Browser Manipulator X Terminal: - X - UX improvement - A hope that many different people can use it in crossover ways - Exponential growth and open-ended possibility through combining commands - t - The first letter of Terminal - The idea of an extension layered onto your browser, carried in the letter t The road has only just begun, but the author values your voices—so they decided to publish on the Chrome Web Store. They believe the keyboard in front of you can take you “anywhere,” and will keep stacking features while building BMXt as a tool that stays human-centered. ◆Feedback - Feedback and wishes from using the extension https://github.com/UNRsports/bmxt/issues https://x.com/ny0n150226 ◆Disclaimer BMXt is an experimental / trial implementation. UNRsports (the developer) is not liable for any incidents, loss, or damage arising from your use of the extension. You use BMXt at your own discretion and risk. ◆Version history 0.4.6: - Fixed an issue where new tab groups could not be created in tabs mode 0.4.5: - Cleaned up npm dependencies - Renamed find to search (mode) with enhancements — subdivide results and jump directly to each element - Tab picker: expand/collapse window and tab group tree rows - Added tabs -setting -page-active (--auto / --manual) to toggle automatic tab activation on highlight 0.4.1: - Miscellaneous internal fixes - Fixed a bug affecting text input in nav mode - Removed the translation side picker; translate assist is now prompt preview and nav typing only 0.4.0: - Fixed bugs in nav mode behavior - Added translation assist (`translate -on` / `translate -off`) - Adjusted Tab completion menu behavior - Fixed welcome page open behavior 0.3.8: - Show a welcome page on install and when the extension version is upgraded - Fixed tabs mode filtering so keyboard focus no longer jumps to the list unexpectedly - Revised mouse interaction: text in the prompt and log can be selected while keeping keyboard-first operation as the default - Improved in-browser cross-search (`search`) - Improved Tab completion menu behavior 0.3.5: - Removed Rust to reduce package size - Added the `:edit` subcommand in tabs mode for editing tab groups and window names - Implemented IME-style input assistance while typing commands - Moved list pickers for all commands to side columns beside the terminal and revised picker interaction (`Esc` returns to the prompt; close a column with `<cmd> -exit -list`) - DOM list picker: focus rows with ↑/↓ and scroll the target page to the matching element - Added nav mode: virtual cursor overlay on the active tab (`nav -enter`; Alt toggles ON/OFF; arrows move; Enter click/type; Ctrl context menu for text selection, image save, and reload) 0.2.1: - Added the `dom` command so you can inspect the page source. - Added the `search` command to search across internal data such as history, bookmarks, and open tabs. 0.1.1: - Added the split command; add panes with split and remove them with exit (closes the window when the last pane exits) - With multiple panes from split, Ctrl+Arrow moves focus between panes - Clarified command behavior rules - Added an assist menu while typing commands (type "tabs" and press Enter to try it) - In tabs mode, "/" search: type a phrase and press Enter to highlight matches; press n to jump between them 0.0.9: - Tab name search and highlight reset in tabs mode now follow Vim-style behavior (clear highlighted matches with :nohlsearch) - Improved how release notes are specified and shown ◆Commands | Command | Description | |----------|------| | `help` / `?` | Show help | | `clear` | Clear logs | | `exit` | Close the BMXt window and clear the session log | | `split` | Show `-col` / `-row` options; Enter alone restores the prompt to `split ` (with a trailing space); `split -col` adds a pane beside the current one; `split -row` adds a pane below; with multiple panes, Ctrl+Arrow moves focus between panes | | `tabs` | Show available options, then restore the prompt to `tabs ` (with a trailing space) for continued input | | `tabs -list [-u]` | Open the tab picker; supports search, multi-select marker `#`, and bulk modes; `/` searches tab titles, Enter highlights matches, `n` jumps between them | | `tabs -moveurl <url>` | Focus a tab with the given URL or open a new tab (http/https) | | `tabs -nowurl` | Show the current tab’s URL | | `tabs -setting -page-active --auto \| --manual` | Tab picker: toggle whether moving the highlight auto-activates the tab (`--auto` default; `--manual` uses Alt+↑↓); saved setting | | `dom` | Print available options; Enter alone restores the prompt to `dom ` (trailing space) for the next token | | `dom -list [--html|--react] [<pattern>]` | Open a read-only DOM picker for the active tab (same picker chrome as `search -list`); flavor `--html` (default) or `--react`; optional `<pattern>` filters rendered lines with a case-insensitive substring (not a regex). ↑/↓ focus scrolls the target tab to the highlighted element. Scriptable http(s) pages only; may prompt for optional site access | | `nav` | Print usage; Enter alone restores the prompt to `nav ` (trailing space) for `-enter` or `-exit` | | `nav -enter` | Arm nav mode; **Alt** toggles the virtual cursor overlay on the target tab; arrows move; **Enter** click/type; **Ctrl** opens a context menu (text selection, save image, reload, history) | | `nav -exit` | Fully disarm nav (turn the overlay **OFF** with **Alt** first) | | `search` | Print available options; Enter alone restores the prompt to `search ` for `-list` | | `search -list --history|--bookmark|--page [<pattern>]` | Open a search picker for one scope; scan progress appears inside the picker and hides when results arrive. **→** opens a detail list of hits per row; **Enter** on a detail row jumps to that match in the page (http(s)). Case-insensitive substring match (no regex in v1) | | `search -exit -list` | Close the search list picker column (cancels an in-flight search if running) | | `close` / `c <tabId>` | Close a tab | | `group new <tabId> …` | Create a group | | `notes` | Show release notes for the current extension version; `notes <version>` for a specific version (e.g. `0.1.1`); `notes --list` lists versions that have entries |
Technical
- Version
- 0.4.6
- Manifest
- V3
- Size
- 1.08MiB
- Min Chrome
- 88
- Languages
- 2
- Featured
- No
Metadata
- ID
- ljadfdncbodcdkmhfneeopomipanafil
- Developer ID
- u7682b29b66debe598b400bb3adaa7377
- Developer Email
- [email protected]
- Created
- May 3, 2026
- Last Updated (Store)
- Jun 8, 2026
- Last Scraped
- Jun 10, 2026
- Website
- —
- Support URL
- —
- Privacy Policy
- https://unrsports.github.io/bmxt/
Data sourced from the Chrome Web Store · last verified Jun 10, 2026.