postMessage-tracker
postMessage-tracker copied to clipboard
A Chrome Extension to track postMessage usage (url, domain and stack) both by logging using CORS and also visually as an extension-icon
Hi I've modified the extension a bit to check if the postmessages are coming from chrome-extensions or not. I'm having Wappalyzer installed and it was interfering with the postmessage extension....
How to install?
I've added Firefox support with the following changes: - Added a `/s` flag equivalent in the wrapper detection of content_script.js (reason: https://bugzilla.mozilla.org/show_bug.cgi?id=1361856) - Changed the way popup.js gets data from...
The chrome extension never brings in manifest.json files, is it because Manifest V2 needs to upgrade Manifest V3
See https://developer.chrome.com/docs/extensions/migrating/mv2-sunset/ for more details.
ignores all postMessageTracker events that reference chrome-extension:// in stack
Hey I just wanted to let you know that I made a quick port of your extension so it can work with Firefox. https://github.com/ACK-J/postMessage-tracker-firefox/tree/master I'm not trying to take credit...
Problem: The postMessage-tracker Chrome extension currently logs postMessage events originating not only from the web application being inspected but also from other installed Chrome extensions (e.g., Wappalyzer). This leads to...
Hello, Support for Manifest V2 dropped in my Chrome version. I use this extension on a daily basis, so I just vibe-coded a quick patch to make it work with...