Network Sniffer

Monitor, search your network requests, and download them easily

Network Sniffer란 무엇입니까?

Network Sniffer은(는) gywn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor, search your network requests, and download them easily"입니다.

확장 프로그램 스크린샷

screenshot

Network Sniffer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - Filter network request (in regex) with ease
- Directly download resource in just a click away, or even
- Save aria2c file with full duplicate of headers of the original request                    

확장 프로그램 기본 정보

이름 Network Sniffer Network Sniffer
ID fakcbdabfjjicnmkhljhanahlhdkjlgf
공식 URL https://chromewebstore.google.com/detail/network-sniffer/fakcbdabfjjicnmkhljhanahlhdkjlgf
설명 Monitor, search your network requests, and download them easily
파일 크기 80.72 KB
설치 횟수 1,702
현재 버전 1.1.0
최근 업데이트 2016-06-14
출시 날짜 2016-06-14
평점 3.10/5 총 10 개의 평점
개발자 gywn
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "pig_nose_16_0.png",
        "default_title": "Network Sniffer"
    },
    "description": "Monitor, search your network requests, and download them easily",
    "icons": {
        "128": "pig_nose_128.png",
        "48": "pig_nose_48.png"
    },
    "manifest_version": 2,
    "name": "Network Sniffer",
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "webRequest",
        "storage"
    ],
    "version": "1.1.0"
}