Gwent Profile Helper
Show opponent's stats in Match History
¿Qué es Gwent Profile Helper?
Gwent Profile Helper es una extensión de Chrome desarrollada por https://efprojects.com, y su función principal es "Show opponent's stats in Match History".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Gwent Profile Helper
Descarga archivos de extensión Gwent Profile Helper 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
Show opponent's stats (Level, Rank, Winrate, MMR) in Match History on PlayGwent.com
Información Básica de la Extensión
Nombre | Gwent Profile Helper |
ID | ilhfdjfebpijglinemdefamhfcdddmbf |
URL Oficial | https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf |
Descripción | Show opponent's stats in Match History |
Tamaño del Archivo | 42.38 KB |
Cantidad de Instalaciones | 169 |
Versión Actual | 1.1 |
Última Actualización | 2022-02-09 |
Fecha de Publicación | 2022-02-06 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | https://efprojects.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Egor3f/gwent-profile-helper |
URL de la Página de Ayuda | https://github.com/Egor3f/gwent-profile-helper |
URL de la Página de Política de Privacidad | https://efprojects.com/gwent_profile_helper_1/privacy_policy.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gwent Profile Helper", "version": "1.1", "manifest_version": 3, "description": "Show opponent's stats in Match History", "homepage_url": "https:\/\/github.com\/Egor3f\/gwent-profile-helper", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.playgwent.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "run_at": "document_end", "matches": [ "https:\/\/www.playgwent.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |