Gecko
Automated CSPT discovery tool
A Chrome extension that captures the content of postMessage.
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
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.
An effective development tool to help you capture all messages posted and received on the current page.
It aims to provide an easier debugging experience when you need to communicate with other iframes.
Contributions are welcome to the Github project.
Inspect the latest comments and rating distribution.
Store average score: 4.0. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Automated CSPT discovery tool
Extension to log postMessage()
An extension for checking if .git is exposed in visited websites
An endpoint parser and extractor with many flexible features
DOMLogger++ allows you to monitor, intercept, and debug JavaScript sinks based on customizable configurations.
A Chrome extension that allows you to observe the flow of postMessage messages on the side panel.
Tried this in Jan 2023 to understand how the youtube javascript embed API interacts over postMessage. This extension doesn't catch or report any of the postMessages that may happen in sub-iframes (e.g. not in the top window). So if you prototype something in codepen or whatever you won't see the postMessages in this extension. It appears (limited testing) it only reports postMessages RECEIVED by the top window...so you don't even see postMessages sent by the top window to child iframes. This makes this extension pretty useless as you can add a single "message" listener that logs messages in the devtools console to accomplish the same thing.