Gwent Profile Helper

Show opponent's stats in Match History

Qu'est-ce que Gwent Profile Helper ?

Gwent Profile Helper est une extension Chrome développée par https://efprojects.com, et sa fonction principale est "Show opponent's stats in Match History".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Gwent Profile Helper

Téléchargez les fichiers d'extension Gwent Profile Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Gwent Profile Helper Gwent Profile Helper
ID ilhfdjfebpijglinemdefamhfcdddmbf
URL Officiel https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf
Description Show opponent's stats in Match History
Taille du Fichier 42.38 KB
Nombre d'Installations 169
Version Actuelle 1.1
Dernière Mise à Jour 2022-02-09
Date de Publication 2022-02-06
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://efprojects.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Egor3f/gwent-profile-helper
URL de la Page d'Aide https://github.com/Egor3f/gwent-profile-helper
URL de la Page de Politique de Confidentialité https://efprojects.com/gwent_profile_helper_1/privacy_policy.html
Langues Prises en Charge 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"
            ]
        }
    ]
}