Web Sniffer
View all HTTP Requests and Responses sent between the Web browser and the Web server.
O que é Web Sniffer?
Web Sniffer é uma extensão do Chrome desenvolvida por http://5ms.ru, e sua principal característica é "View all HTTP Requests and Responses sent between the Web browser and the Web server.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Web Sniffer
Baixe arquivos de extensão Web Sniffer 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
For every HTTP request, the following information is displayed (can hide): - Tab ID, Title [filtered] - Request ID - Type Request [filtered] - Time [filtered] - Status [filtered] - Method (GET/POST, POST Body) [filtered] - Hostname [filtered] - URL (GET Params) - Headers (Request/Response)
Informações Básicas da Extensão
Nome | |
ID | ndfgffclcpdbgghfgkmooklaendohaef |
URL Oficial | https://chrome.google.com/webstore/detail/web-sniffer/ndfgffclcpdbgghfgkmooklaendohaef |
Descrição | View all HTTP Requests and Responses sent between the Web browser and the Web server. |
Tamanho do Arquivo | 192 KB |
Contagem de Instalações | 30,000 |
Versão Atual | 0.0.0.2 |
Última Atualização | 2018-03-19 |
Data de Publicação | 2018-03-19 |
Classificação | 3.86/5 Total de 35 Avaliações |
Desenvolvedor | http://5ms.ru |
Tipo de Pagamento | free |
Site da Extensão | http://5ms.ru/sniffer/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Sniffer", "version": "0.0.0.2", "description": "View all HTTP Requests and Responses sent between the Web browser and the Web server.", "short_name": "Web Sniffer", "author": "5MS", "homepage_url": "http:\/\/5ms.ru\/sniffer\/", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "128.png" }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "Start Web Sniffer" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "manifest_version": 2 } |