A Chrome extension for capturing and monitoring postMessage communication in web pages.
- Real-time capture of incoming postMessage events
- Logging of outgoing postMessage calls from the current page
- Comprehensive message logging viewable in browser console (F12)
Install directly from the Chrome Web Store.
- Download the extension package from
assets/postMessage-catcher.zip - Navigate to
chrome://extensions/in your Chrome browser - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extracted extension folder
Contributions are welcome! Here's how you can help:
If you find a bug or have a feature suggestion, please create an issue:
- Navigate to the project's Issues page
- Click the "New Issue" button
- Choose the appropriate issue template:
- Bug Report: Describe the issue, steps to reproduce, and expected behavior
- Feature Request: Describe the new feature and its use cases
- Fill in all required information and submit
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Development Setup
- Clone the repository
- Test the extension locally by loading it as an unpacked extension
- Ensure your code follows the existing style
This extension was inspired by postMessage-logger.
Special thanks to these excellent resources:
This project is licensed under the MIT License - see the LICENSE file for details.
