postMessageObserver
A Chrome extension that allows you to observe the flow of postMessage messages on the side panel.
DevTools panel that displays messages bridged from window.postMessage.
Review user movement over the last 30 days.
Track rating movement over time to see whether quality signals remain stable.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
Track-React adds a DevTools panel that displays messages originating from a page’s window.postMessage API. A narrowly scoped content script relays only explicitly tagged messages from the page to the extension runtime, and a background service worker forwards those messages to the DevTools panel for inspection. The extension does not modify page content, inject UI, perform network requests, or collect/store/transmit any user data; all processing occurs locally within the browser and is limited to the declared host matches.
Separately from this extension, the optional Track-React Node developer library can be installed in an application to instrument and emit structured messages about asynchronous activity (e.g., fetch/XHR, Promises/async/await, timers, and React lifecycle such as useEffect) via window.postMessage. These messages are purely application-level diagnostics and are not required for the extension to function; any page that emits appropriately tagged postMessage events can be viewed in the panel. The Node developer library is distributed and installed independently (e.g., via npm) and is not included in, or evaluated as part of, this Chrome Web Store submission.
This submission covers only the DevTools viewer extension described above. The extension requests no broad host permissions, uses no external servers, and operates solely to bridge and display developer-emitted messages for the current tab within DevTools.
Inspect the latest comments and rating distribution.
Review related products from the Chrome Web Store detail page.
A Chrome extension that allows you to observe the flow of postMessage messages on the side panel.
Run and debug TypeScript code in the Browser DevTools.
Inspects and monitors dataLayer pushes in Chrome DevTools.
A DevTools panel to inspect GraphQL requests.
Add a panel to DevTools to show Snowplow analytics beacon information.
Guards browser from navigation / refresh of the currently inspected page. Activate by visiting devtools 'Refresh Guard' panel tab.