Gwent Profile Helper
Show opponent's stats in Match History
Was ist Gwent Profile Helper?
Gwent Profile Helper ist eine Chrome-Erweiterung, die von https://efprojects.com entwickelt wurde, und ihr Hauptmerkmal ist "Show opponent's stats in Match History".
Erweiterungsscreenshots
Gwent Profile Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gwent Profile Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Show opponent's stats (Level, Rank, Winrate, MMR) in Match History on PlayGwent.com                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | ilhfdjfebpijglinemdefamhfcdddmbf | 
| Offizielle URL | https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf | 
| Beschreibung | Show opponent's stats in Match History | 
| Dateigröße | 42.38 KB | 
| Installationsanzahl | 169 | 
| Aktuelle Version | 1.1 | 
| Letztes Update | 2022-02-09 | 
| Veröffentlichungsdatum | 2022-02-06 | 
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen | 
| Entwickler | https://efprojects.com | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/Egor3f/gwent-profile-helper | 
| Hilfeseite URL | https://github.com/Egor3f/gwent-profile-helper | 
| URL der Datenschutzrichtlinien-Seite | https://efprojects.com/gwent_profile_helper_1/privacy_policy.html | 
| Unterstützte Sprachen | 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"
            ]
        }
    ]
}  |  |