WoT RS - World of Tanks Рейтинги и статистика
Cтатистика и рейтинги игроков в World of Tanks (при поддержке WOT-NEWS)
什麼是WoT RS - World of Tanks Рейтинги и статистика?
WoT RS - World of Tanks Рейтинги и статистика是由KhAS開發的Chrome擴展程式,該擴展的主要功能是“Cтатистика и рейтинги игроков в World of Tanks (при поддержке WOT-NEWS)”。
擴展截圖
下載WoT RS - World of Tanks Рейтинги и статистика擴展crx文件
下載WoT RS - World of Tanks Рейтинги и статистика擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ваша статистика и рейтинги в 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.
擴展基本資訊
名稱 | |
ID | foenldfolgodmliadmnefcblhnbgcidf |
官方網址 | https://chrome.google.com/webstore/detail/wot-rs-world-of-tanks-%D1%80%D0%B5%D0%B9/foenldfolgodmliadmnefcblhnbgcidf |
簡介 | Cтатистика и рейтинги игроков в World of Tanks (при поддержке WOT-NEWS) |
檔案大小 | 616 KB |
安裝次數 | 223 |
目前版本 | 0.77.5.1 |
更新時間 | 2016-04-03 |
上架時間 | 2016-04-03 |
評分 | 4.53/5 共 55 次評分 |
開發者 | KhAS |
付費類型 | free |
支援的語言 | 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" ] } |