Gwent Profile Helper
Show opponent's stats in Match History
Vad är Gwent Profile Helper?
Gwent Profile Helper är en Chrome-tillägg utvecklad av https://efprojects.com, och dess huvudfunktion är "Show opponent's stats in Match History".
Tilläggsskärmbilder
Ladda ner Gwent Profile Helper-förlängningens CRX-fil
Ladda ner Gwent Profile Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Show opponent's stats (Level, Rank, Winrate, MMR) in Match History on PlayGwent.com Grundläggande Information om Tillägg
| Namn | |
| ID | ilhfdjfebpijglinemdefamhfcdddmbf |
| Officiell webbadress | https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf |
| Beskrivning | Show opponent's stats in Match History |
| Filstorlek | 42.38 KB |
| Antal Installationer | 169 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2022-02-09 |
| Publiceringsdatum | 2022-02-06 |
| Betyg | 5.00/5 Totalt 5 Betyg |
| Utvecklare | https://efprojects.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Egor3f/gwent-profile-helper |
| Hjälpsida URL | https://github.com/Egor3f/gwent-profile-helper |
| URL till Sekretesspolicy Sidan | https://efprojects.com/gwent_profile_helper_1/privacy_policy.html |
| Stödda Språk | 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"
]
}
]
} | |