Track Back

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…

Merlin
Additional files are visible only to premium users

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
}