Gecko
Automated CSPT discovery tool
A Chrome extension that captures the content of postMessage.
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
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.
查看最近评论和评分分布。
商店综合星级:4.0。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
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.