Overwatch Counters
This extension will quickly display which heroes counter each other for changing during a match.
¿Qué es Overwatch Counters?
Overwatch Counters es una extensión de Chrome desarrollada por Eyretech, y su función principal es "This extension will quickly display which heroes counter each other for changing during a match.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Overwatch Counters
Descarga archivos de extensión Overwatch Counters en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Overwatch Counters is an unofficial Chrome extension to allow you to quickly determine how to change strategy whilst playing. Overwatch is a dynamic game of constantly changing strategy, this unofficial companion Chrome extension allows you to quickly pull up a list of all heroes to find the best counter to that hero. This is a handy extension for when you need to quickly counter a strong opponent hero and need a quick refresher for strong heroes against that character. Legal: ------------------- This is an unofficial application for Overwatch. This application is not at all endorsed or affiliated in any way with Blizzard Entertainment, Inc. Overwatch is a trademark or registered trademark of Blizzard Entertainment, Inc, in the U.S. and/or other countries.
Información Básica de la Extensión
Nombre | Overwatch Counters |
ID | bgbolcdighjhenmgjghblajnfcdkdbkn |
URL Oficial | https://chromewebstore.google.com/detail/overwatch-counters/bgbolcdighjhenmgjghblajnfcdkdbkn |
Descripción | This extension will quickly display which heroes counter each other for changing during a match. |
Tamaño del Archivo | 628 KB |
Cantidad de Instalaciones | 74 |
Versión Actual | 0.0.0.69 |
Última Actualización | 2016-09-14 |
Fecha de Publicación | 2016-09-14 |
Calificación | 2.33/5 Total de 3 Calificaciones |
Desarrollador | Eyretech |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Overwatch Counters", "description": "This extension will quickly display which heroes counter each other for changing during a match.", "version": "0.0.0.69", "icons": { "16": "logo16.png", "19": "logo19.png", "38": "logo38.png", "48": "logo48.png", "128": "logo128.png" }, "browser_action": { "default_icon": "logo38.png", "default_popup": "popup.html" }, "permissions": [] } |