Travian Village Fixer

Travian Village Fixer

Fixes the issue of swapping village when multiple people are logged in to your account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "0.3.4",
  "default_locale": "en",
  "author": "Steven Roose <[email protected]>",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.travian.com/*",
        "http://*.travian.org/*",
        "http://*.travian.de/*",
        "http://*.travian.at/*",
        "http://*.travian.dk/*",
        "http://*.travian.com.au/*",
        "http://*.travian.fr/*",
        "http://*.travian.nl/*",
        "http://*.travian.it/*",
        "http://*.travian.pl/*",
        "http://*.travian.ro/*",
        "http://*.travian.ru/*",
        "http://*.travian.net/*",
        "http://*.travian.cl/*",
        "http://*.travian.si/*",
        "http://*.travian.se/*",
        "http://*.travian.com.tr/*",
        "http://*.travian.cz/*",
        "http://*.travian.co.uk/*",
        "http://*.travian.us/*",
        "http://*.travian.co.ee/*",
        "http://*.travian.in/*",
        "http://*.travian.ma/*"
      ],
      "js": [
        "travianvillagefixer.js"
      ]
    }
  ]
}