Headers of your browser

Shows which headers are sent by your browser

Headers of your browser란 무엇입니까?

Headers of your browser은(는) https://load-security.pw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows which headers are sent by your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Headers of your browser 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Browser header extension is one more step on the way to your privacy. You can watch all the headers sent by your browser. Extension can be good additional utilite to your anti-spy programs. Install now and see information you send to Internet.                    

확장 프로그램 기본 정보

이름 Headers of your browser Headers of your browser
ID njaapbbniobbnolkomodaapjkakhmmnj
공식 URL https://chromewebstore.google.com/detail/headers-of-your-browser/njaapbbniobbnolkomodaapjkakhmmnj
설명 Shows which headers are sent by your browser
파일 크기 17.13 KB
설치 횟수 82
현재 버전 1.5
최근 업데이트 2017-05-02
출시 날짜 2017-05-02
평점 5.00/5 총 1 개의 평점
개발자 https://load-security.pw
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Headers of your browser",
    "description": "Shows which headers are sent by your browser",
    "version": "1.5",
    "permissions": [
        "debugger"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Your browser headers"
    },
    "manifest_version": 2
}