Web Sniffer
View all HTTP Requests and Responses sent between the Web browser and the Web server.
Web Sniffer란 무엇입니까?
Web Sniffer은(는) http://5ms.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View all HTTP Requests and Responses sent between the Web browser and the Web server."입니다.
확장 프로그램 스크린샷
Web Sniffer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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)
확장 프로그램 기본 정보
이름 | |
ID | ndfgffclcpdbgghfgkmooklaendohaef |
공식 URL | https://chrome.google.com/webstore/detail/web-sniffer/ndfgffclcpdbgghfgkmooklaendohaef |
설명 | View all HTTP Requests and Responses sent between the Web browser and the Web server. |
파일 크기 | 192 KB |
설치 횟수 | 30,000 |
현재 버전 | 0.0.0.2 |
최근 업데이트 | 2018-03-19 |
출시 날짜 | 2018-03-19 |
평점 | 3.86/5 총 35 개의 평점 |
개발자 | http://5ms.ru |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://5ms.ru/sniffer/ |
지원되는 언어 | 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 } |