Gwent Profile Helper
Show opponent's stats in Match History
Co je Gwent Profile Helper?
Gwent Profile Helper je rozšíření Chrome vyvinuté https://efprojects.com, a jeho hlavní funkcí je „Show opponent's stats in Match History“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gwent Profile Helper
Stáhněte si soubory rozšíření Gwent Profile Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Show opponent's stats (Level, Rank, Winrate, MMR) in Match History on PlayGwent.com
Základní Informace o Rozšíření
Název | Gwent Profile Helper |
ID | ilhfdjfebpijglinemdefamhfcdddmbf |
Oficiální URL | https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf |
Popis | Show opponent's stats in Match History |
Velikost souboru | 42.38 KB |
Počet instalací | 169 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2022-02-09 |
Datum Vydání | 2022-02-06 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | https://efprojects.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Egor3f/gwent-profile-helper |
URL Stránky Nápovědy | https://github.com/Egor3f/gwent-profile-helper |
URL Stránky Zásad Ochrany Soukromí | https://efprojects.com/gwent_profile_helper_1/privacy_policy.html |
Podporované Jazyky | 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" ] } ] } |