WoT RS - World of Tanks Рейтинги и статистика

WoT RS - World of Tanks Рейтинги и статистика

Cтатистика и рейтинги игроков в World of Tanks (при поддержке WOT-NEWS)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/jquery-2.min.js",
      "js/dbSQL.js",
      "js/dynjs.js",
      "js/popuper.js",
      "js/background.js",
      "plugins/pluginsList.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/popup19.png",
      "38": "icons/popup38.png"
    },
    "default_popup": "popup.html",
    "default_title": "WOT RS"
  },
  "commands": {
    "toggle-feature-foo": {
      "description": "play pause radio",
      "global": true,
      "suggested_key": {
        "default": "Ctrl+Shift+5"
      }
    },
    "toggle-feature-foo2": {
      "description": "Next radio station",
      "global": true,
      "suggested_key": {
        "default": "Ctrl+Shift+4"
      }
    },
    "toggle-feature-foo3": {
      "description": "Previous radio station",
      "global": true,
      "suggested_key": {
        "default": "Ctrl+Shift+6"
      }
    },
    "toggle-feature-foo4": {
      "description": "Play pause radio",
      "global": true,
      "suggested_key": {
        "default": "Ctrl+Shift+7"
      }
    }
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery-2.min.js"
      ],
      "matches": [
        "http://worldoftanks.ru/*",
        "http://worldoftanks.eu/*",
        "http://worldoftanks.com/*",
        "http://worldoftanks.asia/*",
        "http://worldoftanks.kr/*",
        "http://ru.wargaming.net/*",
        "http://wotrs.ru/*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "params/scopes.js",
        "js/content.js"
      ],
      "matches": [
        "http://worldoftanks.ru/*",
        "http://worldoftanks.eu/*",
        "http://worldoftanks.com/*",
        "http://worldoftanks.asia/*",
        "http://worldoftanks.kr/*",
        "http://ru.wargaming.net/*"
      ],
      "run_at": "document_end"
    },
    {
      "js": [
        "plugins/advansedWG/auth.js"
      ],
      "matches": [
        "http://wotrs.ru/users/wgauth.*",
        "http://wotrs.ru/users/vkauth_redir.*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Cтатистика и рейтинги игроков в World of Tanks (при поддержке WOT-NEWS)",
  "icons": {
    "48": "icons/logo48.png",
    "128": "icons/logo128.png"
  },
  "manifest_version": 2,
  "name": "WoT RS - World of Tanks Рейтинги и статистика",
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "contextMenus",
    "http://worldoftanks.ru/",
    "http://worldoftanks.com/",
    "http://worldoftanks.eu/",
    "http://worldoftanks.asia/",
    "http://worldoftanks.kr/",
    "http://ru.wargaming.net/*",
    "http://madcape.0free.biz/",
    "http://armor.kiev.ua/",
    "http://wot-news.com/",
    "http://*/*",
    "unlimitedStorage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.77.5.1",
  "web_accessible_resources": [
    "icons/popup.png"
  ]
}