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
}