Gwent Profile Helper
Show opponent's stats in Match History
Cos'è Gwent Profile Helper?
Gwent Profile Helper è un'estensione di Chrome sviluppata da https://efprojects.com, e la sua funzione principale è "Show opponent's stats in Match History".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gwent Profile Helper
Scarica i file di estensione Gwent Profile Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Show opponent's stats (Level, Rank, Winrate, MMR) in Match History on PlayGwent.com
Informazioni di Base sull'Estensione
Nome | Gwent Profile Helper |
ID | ilhfdjfebpijglinemdefamhfcdddmbf |
URL Ufficiale | https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf |
Descrizione | Show opponent's stats in Match History |
Dimensione del File | 42.38 KB |
Conteggio Installazioni | 169 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-02-09 |
Data di Pubblicazione | 2022-02-06 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://efprojects.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Egor3f/gwent-profile-helper |
URL della Pagina di Aiuto | https://github.com/Egor3f/gwent-profile-helper |
URL della Pagina della Politica sulla Privacy | https://efprojects.com/gwent_profile_helper_1/privacy_policy.html |
Lingue Supportate | 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" ] } ] } |