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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Track Back एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}