Gwent Profile Helper

Show opponent's stats in Match History

Gwent Profile Helperとは何ですか?

Gwent Profile Helperはhttps://efprojects.comによって開発されたChromeの拡張機能で、その主な機能は「Show opponent's stats in Match History」です。

拡張機能のスクリーンショット

screenshot

Gwent Profile Helper拡張機能のCRXファイルをダウンロード

Gwent Profile Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Gwent Profile Helper Gwent Profile Helper
ID ilhfdjfebpijglinemdefamhfcdddmbf
公式URL https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf
説明 Show opponent's stats in Match History
ファイルサイズ 42.38 KB
インストール数 169
現在のバージョン 1.1
最終更新日 2022-02-09
公開日 2022-02-06
評価 5.00/5 合計 5 レビュー
開発者 https://efprojects.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Egor3f/gwent-profile-helper
ヘルプページのURL https://github.com/Egor3f/gwent-profile-helper
プライバシーポリシーページのURL https://efprojects.com/gwent_profile_helper_1/privacy_policy.html
対応言語 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"
            ]
        }
    ]
}