WoT RS - World of Tanks Рейтинги и статистика
Cтатистика и рейтинги игроков в World of Tanks (при поддержке WOT-NEWS)
O que é WoT RS - World of Tanks Рейтинги и статистика?
WoT RS - World of Tanks Рейтинги и статистика é uma extensão do Chrome desenvolvida por KhAS, e sua principal característica é "Cтатистика и рейтинги игроков в World of Tanks (при поддержке WOT-NEWS)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WoT RS - World of Tanks Рейтинги и статистика
Baixe arquivos de extensão WoT RS - World of Tanks Рейтинги и статистика no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Ваша статистика и рейтинги в World of Tanks (при поддержке сайта WOT-NEWS). Запоминание игрока по умолчанию, многоязычный интерфейс и поддержка различных расцветок, история просмотра игроков за сессию браузера (без вторичной загрузки данных), последние новости с сайта WOT-NEWS. Сохранение в избранное имён нужных вам игроков. Дополнительный всплывающий блок с информацией о КПД и статистика любого игрока под курсором мыши на официальном сайте игры (пока только для региона RU). Your statistics and ratings in the World of Tanks (with the support of WOT-NEWS). Memory of the player by default, multilingual interface and multicolors, browsing history of players per session of browser (without secondary loading data), the latest news from the site WOT-NEWS. Saving to favorites names of the needed players.
Informações Básicas da Extensão
Nome | |
ID | foenldfolgodmliadmnefcblhnbgcidf |
URL Oficial | https://chrome.google.com/webstore/detail/wot-rs-world-of-tanks-%D1%80%D0%B5%D0%B9/foenldfolgodmliadmnefcblhnbgcidf |
Descrição | Cтатистика и рейтинги игроков в World of Tanks (при поддержке WOT-NEWS) |
Tamanho do Arquivo | 616 KB |
Contagem de Instalações | 223 |
Versão Atual | 0.77.5.1 |
Última Atualização | 2016-04-03 |
Data de Publicação | 2016-04-03 |
Classificação | 4.53/5 Total de 55 Avaliações |
Desenvolvedor | KhAS |
Tipo de Pagamento | free |
Idiomas Suportados | ru |
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\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0438 \u0440\u0435\u0439\u0442\u0438\u043d\u0433\u0438 \u0438\u0433\u0440\u043e\u043a\u043e\u0432 \u0432 World of Tanks (\u043f\u0440\u0438 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0435 WOT-NEWS)", "icons": { "128": "icons\/logo128.png", "48": "icons\/logo48.png" }, "manifest_version": 2, "name": "WoT RS - World of Tanks \u0420\u0435\u0439\u0442\u0438\u043d\u0433\u0438 \u0438 \u0441\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430", "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" ] } |