Gwent Profile Helper

Show opponent's stats in Match History

What is Gwent Profile Helper?

Gwent Profile Helper is a Chrome extension developed by https://efprojects.com, and its main feature is "Show opponent's stats in Match History".

Extension Screenshots

screenshot

Download Gwent Profile Helper Extension CRX File

Download Gwent Profile Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Gwent Profile Helper Gwent Profile Helper
ID ilhfdjfebpijglinemdefamhfcdddmbf
Official URL https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf
Description Show opponent's stats in Match History
File Size 42.38 KB
Installation Count 169
Current Version 1.1
Last Updated 2022-02-09
Publish Date 2022-02-06
Rating 5.00/5 Total 5 Ratings
Developer https://efprojects.com
Email [email protected]
Payment Type free
Extension Website https://github.com/Egor3f/gwent-profile-helper
Help Page URL https://github.com/Egor3f/gwent-profile-helper
Privacy Policy Page URL https://efprojects.com/gwent_profile_helper_1/privacy_policy.html
Supported Languages 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"
            ]
        }
    ]
}