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 là gì?

Track Back là một tiện ích mở rộng Chrome được phát triển bởi http://barronwebster.com, và tính năng chính của nó là "Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Track Back

Tải xuống các tệp mở rộng Track Back dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Track Back Track Back
ID pncngmhpbjaeaomejeekopjogbnnipnb
URL Chính Thức https://chrome.google.com/webstore/detail/track-back/pncngmhpbjaeaomejeekopjogbnnipnb
Mô tả Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…
Kích Thước Tệp 56.4 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-12-09
Ngày Phát Hành 2014-12-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://barronwebster.com
Loại Thanh Toán free
Trang Web Mở Rộng http://barronwebster.com/projects/track-back
Ngôn Ngữ Được Hỗ Trợ 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
}