World of Tanks: Live
Your quest for up-to-date World of Tanks intel got reinforcements. Get straight to the source of information within your browser.
What is World of Tanks: Live?
World of Tanks: Live is a Chrome extension developed by WoT Live Team, and its main feature is "Your quest for up-to-date World of Tanks intel got reinforcements. Get straight to the source of information within your browser.".
Extension Screenshots
Download World of Tanks: Live Extension CRX File
Download World of Tanks: Live extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Предлагаем вашему вниманию обновлённую версию WoT Live — расширения для браузеров, которое полезно для каждого танкиста! Узнавайте игровые новости, смотрите видео и читайте отборные шутки, изучайте рейтинг игроков и скидки Премиум магазина. WoT Live — это: • свежие новости; • видео с официальных каналов и канала WoT Fan; • персональная статистика игроков; • отборные шутки с WarGag; • отслеживание тем на форуме; • актуальные предложения Премиум магазина; • быстрый доступ к социальным сервисам World of Tanks. WoT Live is available across 4 regions: Russia, Europe, Asia, and North America. Download the extension now so you are always one step ahead of the competition.
Extension Basic Information
Name | World of Tanks: Live |
ID | pbdkaekoljplbgncigpmddkjlfoomkha |
Official URL | https://chromewebstore.google.com/detail/world-of-tanks-live/pbdkaekoljplbgncigpmddkjlfoomkha |
Description | Your quest for up-to-date World of Tanks intel got reinforcements. Get straight to the source of information within your browser. |
File Size | 2.34 MB |
Installation Count | 6,751 |
Current Version | 2.0.0 |
Last Updated | 2017-02-01 |
Publish Date | 2017-02-01 |
Rating | 4.28/5 Total 180 Ratings |
Developer | WoT Live Team |
Payment Type | free |
Extension Website | http://worldoftanks.ru/ru/soft/programs/wotlive/ |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.0", "name": "__MSG_info_name__", "short_name": "WoT Live", "description": "__MSG_info_description__", "author": "Wargaming", "homepage_url": "http:\/\/worldoftanks.ru\/ru\/soft\/programs\/wotlive\/", "default_locale": "en", "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ], "persistent": true }, "permissions": [ "*:\/\/api.mixpanel.com\/*", "*:\/\/*.worldoftanks.ru\/*", "*:\/\/*.worldoftanks.eu\/*", "*:\/\/*.worldoftanks.com\/*", "*:\/\/*.worldoftanks.asia\/*", "*:\/\/*.wargaming.net\/*", "*:\/\/*.youtube.com\/*", "tabs", "storage", "background" ], "browser_action": { "browser_style": false, "default_popup": "index.html", "default_icon": "assets\/images\/wot.png", "default_title": "WoT Live" }, "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "100": "assets\/icons\/icon100.png", "128": "assets\/icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com; object-src 'self'" } |