postMessage-catcher
A Chrome extension that captures the content of postMessage.
Cos'è postMessage-catcher?
postMessage-catcher è un'estensione di Chrome sviluppata da yangjin, e la sua funzione principale è "A Chrome extension that captures the content of postMessage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione postMessage-catcher
Scarica i file di estensione postMessage-catcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | postMessage-catcher |
ID | henlmhlhpgnkeecjjcbhhcfmecohnilo |
URL Ufficiale | https://chromewebstore.google.com/detail/postmessage-catcher/henlmhlhpgnkeecjjcbhhcfmecohnilo |
Descrizione | A Chrome extension that captures the content of postMessage. |
Dimensione del File | 750 KB |
Conteggio Installazioni | 974 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2021-08-22 |
Data di Pubblicazione | 2021-06-06 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | yangjin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/niexia/postMessage-catcher |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "postMessage-catcher", "version": "1.2.0", "description": "A Chrome extension that captures the content of postMessage.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-32.png", "32": "img\/icon-48.png", "128": "img\/icon-128.png" }, "author": "yang jin", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon-48.png", "default_title": "postMessage catcher", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |