Server link fix

Server link fix

Заменяет трекинговые ссылки на странице поинска гугл, а также открывает все ссыкли на внешние ресурсы в новой вкладке

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "0.0.2",
  "minimum_chrome_version": "49.0",
  "minimum_opera_version": "36.0",
  "applications": {
    "gecko": {
      "id": "Aivumoyae8de@AlexandrSokolov"
    }
  },
  "default_locale": "en",
  "name": "__MSG_name__",
  "short_name": "__MSG_name__",
  "description": "__MSG_description__",
  "author": "Alexandr Sokolov",
  "homepage_url": "https://github.com",
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "data/content.js"
      ]
    }
  ]
}