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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}