Reviews & Comments of postMessage debugger chrome extension

From August 22nd, 2019 to January 30th, 2023, 86% user give 5-star rating, 14% user give 4-star rating. for postMessage debugger chrome extension.

Reviews of postmessage debugger:


E. Donker January 30th, 2023
E. Donker

This extension is great! Use it a lot.


Matt P January 20th, 2023
Matt P

I was pleasantly surprised that this reports messages sent to iframes as well as messages received by the top frame as well. As others said, if you don't see anything in the devtools console, you probably need to pull out the sidebar to look at the verbose/debug log level. A good example case is the youtube embed API (you can find examples on codepen). It would be very helpful if this logged a bit more information about each MessageEvent rather than just the data...like the origin, source, ports and lastEventId. Currently it seems to log the window title, but perhaps the window url or origin would be more useful.


John Horner April 19th, 2021
John Horner

Very useful extension, but the thing about selecting 'verbose' in the Console's 'levels' box ought to be more prominent! It should be in the description of the Extension: "This extension prints messages sent with postMessage to the console (turn on Verbose levels to see them)"


Danilo Hoss October 7th, 2020
Danilo Hoss

very helpfull :)


Oliver Jones January 8th, 2020
Oliver Jones

This works nicely and does what I need. Others have mentioned setting "Verbose" in "Default Levels". It's also helpful to choose the appropriate context from the pulldown (just to the left of the eyeball) in the top bar of console.log Suggestions for improvement, if you have time: 1) log the postMessage events from / to all contexts, not just the chosen one. 2) use some sort of log level that doesn't require messing with Default Levels, if possible. These things would make it easier for me to ask my customers to use it to troubleshoot message posting between iframes (mine) and parents (theirs). Again, thanks for this extension. It's really useful.


Pike96 October 17th, 2019
Pike96

Convenient tool! I was about to write one, it saves my time. For guys not seeing the log, Check 'Verbose' in Console tab's top bar 'Default levels'


Eric Eldard August 22nd, 2019
Eric Eldard

Works as advertised (logs to debug, so make sure to set console log level to Verbose). Inspected the source code on 8/22/19 and as of now it's not doing anything malicious (no file downloading, no posting your data, no analytics tracking). Thanks for a very helpful tool!