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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://barronwebster.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Track Back

ดาวน์โหลดไฟล์ส่วนขยาย Track Back ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}