A browser extension that intercepts the
fetchAPI to capture, decode, and display YouTube UMP network traffic in a human-readable format.
The easiest way to install the extension is directly from the Chrome Web Store.
To install this extension on Firefox or load it manually, you need to load it as an unpacked extension:
- Download the latest
ump-inspector-vX.X.X.zipfrom the releases page. - Unzip the downloaded file.
- Open your browser and navigate to the extensions page:
- Chrome/Brave:
chrome://extensions - Edge:
edge://extensions - Firefox:
about:debugging#/runtime/this-firefox
- Chrome/Brave:
- Enable "Developer mode".
- Click on "Load unpacked" (or "Load Temporary Add-on" in Firefox) and select the directory where you unzipped the files.
If you want to build the extension from the source code, follow these steps:
-
Clone the repository:
git clone https://github.com/LuanRT/ump-inspector.git cd ump-inspector -
Install the dependencies:
npm install
-
Build the project:
npm run build
-
Follow the steps in the Manual Installation section, but select the root directory of the project instead of the unzipped release folder.
- Open any YouTube video.
- Click the button in the bottom-right corner to launch the inspector panel.
Note: You can hide the UI at any time by toggling the "Enabled" option in the extension popup.
Distributed under the MIT License.



