Track Back

Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…

Track Back란 무엇입니까?

Track Back은(는) http://barronwebster.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day.

This tool was created to expose where your data travels to and from every day. By visiting websites, you send and request data, knowledge, and sometimes ideas across the geopolitical world instantaneously. This sending & receiving allows us to do amazing things, but also puts us under the ‘super-jurisdiction’ of the states we send/receive to/from. The notion that our physical location is equivalent to the jurisdiction in which we can be prosecuted has been proved obsolete, and knowing where our virtual selves travel is more important than ever.                    

확장 프로그램 기본 정보

이름 Track Back Track Back
ID pncngmhpbjaeaomejeekopjogbnnipnb
공식 URL https://chrome.google.com/webstore/detail/track-back/pncngmhpbjaeaomejeekopjogbnnipnb
설명 Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…
파일 크기 56.4 KB
설치 횟수 16
현재 버전 1.1
최근 업데이트 2014-12-09
출시 날짜 2014-12-09
평점 5.00/5 총 1 개의 평점
개발자 http://barronwebster.com
결제 유형 free
확장 프로그램 웹 사이트 http://barronwebster.com/projects/track-back
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Track Back",
    "version": "1.1",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Track Back",
        "default_icon": "icon.png"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "permissions": [
        "history",
        "https:\/\/maps.googleapis.com\/*",
        "*:\/\/api.statdns.com\/",
        "*:\/\/www.telize.com\/",
        "geolocation",
        "https:\/\/maps.google.com\/*",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}