Gwent Profile Helper
Show opponent's stats in Match History
Co to jest Gwent Profile Helper?
Gwent Profile Helper to rozszerzenie Chrome opracowane przez https://efprojects.com, a jego główną funkcją jest „Show opponent's stats in Match History”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gwent Profile Helper
Pobierz pliki rozszerzeń Gwent Profile Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Show opponent's stats (Level, Rank, Winrate, MMR) in Match History on PlayGwent.com
Podstawowe informacje o rozszerzeniu
Nazwa | Gwent Profile Helper |
ID | ilhfdjfebpijglinemdefamhfcdddmbf |
Oficjalny URL | https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf |
Opis | Show opponent's stats in Match History |
Rozmiar pliku | 42.38 KB |
Liczba instalacji | 169 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2022-02-09 |
Data Publikacji | 2022-02-06 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | https://efprojects.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Egor3f/gwent-profile-helper |
Adres URL Strony Pomocy | https://github.com/Egor3f/gwent-profile-helper |
Adres URL Strony Polityki Prywatności | https://efprojects.com/gwent_profile_helper_1/privacy_policy.html |
Obsługiwane Języki | 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" ] } ] } |