Gwent Profile Helper

Show opponent's stats in Match History

Wat is Gwent Profile Helper?

Gwent Profile Helper is een Chrome-extensie ontwikkeld door https://efprojects.com, en de belangrijkste functie is "Show opponent's stats in Match History".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gwent Profile Helper

Download Gwent Profile Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Show opponent's stats (Level, Rank, Winrate, MMR) in Match History on PlayGwent.com                    

Basisinformatie over de Extensie

Naam Gwent Profile Helper Gwent Profile Helper
ID ilhfdjfebpijglinemdefamhfcdddmbf
Officiële URL https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf
Beschrijving Show opponent's stats in Match History
Bestandsgrootte 42.38 KB
Aantal Installaties 169
Huidige Versie 1.1
Laatst Bijgewerkt 2022-02-09
Publicatiedatum 2022-02-06
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://efprojects.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Egor3f/gwent-profile-helper
Help Pagina-URL https://github.com/Egor3f/gwent-profile-helper
URL van de Privacybeleid Pagina https://efprojects.com/gwent_profile_helper_1/privacy_policy.html
Ondersteunde Talen 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"
            ]
        }
    ]
}