Hide My Back

Hide your back history and identifiable information from trackers

Hide My Back란 무엇입니까?

Hide My Back은(는) http://ip.city에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide your back history and identifiable information from trackers"입니다.

확장 프로그램 스크린샷

screenshot

Hide My Back 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Unlike Adblock or other blockers plugins, Hide My Back, a product from IP.City protect you from online trackers and advertisers by providing invalid data to them.
We modify your browser user-agent, modify your IP address to show you as a user behind proxy server and modify your browsing referral to hide where you are coming from.
Please note that we don't provide a proxy service. We just add some extra IP addresses via proxy Headers to confuse trackers and advertisers.                    

확장 프로그램 기본 정보

이름 Hide My Back Hide My Back
ID adkllkhpobbaieagddmffnfkgibplegi
공식 URL https://chrome.google.com/webstore/detail/hide-my-back/adkllkhpobbaieagddmffnfkgibplegi
설명 Hide your back history and identifiable information from trackers
파일 크기 3.22 MB
설치 횟수 1,000
현재 버전 1.0
최근 업데이트 2017-03-05
출시 날짜 2017-03-05
평점 3.33/5 총 3 개의 평점
개발자 http://ip.city
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://ip.city/
도움말 페이지 URL http://ip.city/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "1.0",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "__MSG_short_name__",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/content-script\/websocket.js",
                "lib\/content-script\/common-script.js",
                "lib\/content-script\/content-script.js",
                "lib\/content-script\/preload.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "minimum_chrome_version": "22",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "unlimitedStorage",
        "privacy",
        "storage"
    ]
}