Gwent Profile Helper
Show opponent's stats in Match History
Hvad er Gwent Profile Helper?
Gwent Profile Helper er en Chrome-udvidelse udviklet af https://efprojects.com, og dens hovedfunktion er "Show opponent's stats in Match History".
Udvidelsesskærmbilleder
Download Gwent Profile Helper-udvidelses-CRX-fil
Download Gwent Profile Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Show opponent's stats (Level, Rank, Winrate, MMR) in Match History on PlayGwent.com
Grundlæggende oplysninger om udvidelsen
Navn | Gwent Profile Helper |
ID | ilhfdjfebpijglinemdefamhfcdddmbf |
Officiel URL | https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf |
Beskrivelse | Show opponent's stats in Match History |
Filstørrelse | 42.38 KB |
Antal Installationer | 169 |
Nuværende Version | 1.1 |
Senest Opdateret | 2022-02-09 |
Udgivelsesdato | 2022-02-06 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | https://efprojects.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Egor3f/gwent-profile-helper |
Hjælpeside-URL | https://github.com/Egor3f/gwent-profile-helper |
URL til Fortrolighedspolitik Side | https://efprojects.com/gwent_profile_helper_1/privacy_policy.html |
Understøttede Sprog | 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" ] } ] } |