postMessage-catcher
A Chrome extension that captures the content of postMessage.
O que é postMessage-catcher?
postMessage-catcher é uma extensão do Chrome desenvolvida por yangjin, e sua principal característica é "A Chrome extension that captures the content of postMessage.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão postMessage-catcher
Baixe arquivos de extensão postMessage-catcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | postMessage-catcher |
ID | henlmhlhpgnkeecjjcbhhcfmecohnilo |
URL Oficial | https://chromewebstore.google.com/detail/postmessage-catcher/henlmhlhpgnkeecjjcbhhcfmecohnilo |
Descrição | A Chrome extension that captures the content of postMessage. |
Tamanho do Arquivo | 750 KB |
Contagem de Instalações | 974 |
Versão Atual | 1.2.0 |
Última Atualização | 2021-08-22 |
Data de Publicação | 2021-06-06 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | yangjin |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/niexia/postMessage-catcher |
Idiomas Suportados | 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": [ " |