Gwent Profile Helper

Show opponent's stats in Match History

Apa itu Gwent Profile Helper?

Gwent Profile Helper adalah ekstensi Chrome yang dikembangkan oleh https://efprojects.com, dan fitur utamanya adalah "Show opponent's stats in Match History".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gwent Profile Helper

Unduh file ekstensi Gwent Profile Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Gwent Profile Helper Gwent Profile Helper
ID ilhfdjfebpijglinemdefamhfcdddmbf
URL Resmi https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf
Deskripsi Show opponent's stats in Match History
Ukuran File 42.38 KB
Jumlah Instalasi 169
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-02-09
Tanggal Publikasi 2022-02-06
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://efprojects.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Egor3f/gwent-profile-helper
URL Halaman Bantuan https://github.com/Egor3f/gwent-profile-helper
URL Halaman Kebijakan Privasi https://efprojects.com/gwent_profile_helper_1/privacy_policy.html
Bahasa yang Didukung 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"
            ]
        }
    ]
}