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.
Qu'est-ce que World of Tanks: Live ?
World of Tanks: Live est une extension Chrome développée par WoT Live Team, et sa fonction principale est "Your quest for up-to-date World of Tanks intel got reinforcements. Get straight to the source of information within your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension World of Tanks: Live
Téléchargez les fichiers d'extension World of Tanks: Live au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Предлагаем вашему вниманию обновлённую версию 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.
Informations de Base sur l'Extension
Nom | World of Tanks: Live |
ID | pbdkaekoljplbgncigpmddkjlfoomkha |
URL Officiel | 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. |
Taille du Fichier | 2.34 MB |
Nombre d'Installations | 6,751 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2017-02-01 |
Date de Publication | 2017-02-01 |
Évaluation | 4.28/5 Total 180 Évaluations |
Développeur | WoT Live Team |
Type de Paiement | free |
Site Web de l'Extension | http://worldoftanks.ru/ru/soft/programs/wotlive/ |
Langues Prises en Charge | 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'" } |