Gwent Profile Helper

Show opponent's stats in Match History

Gwent Profile Helperคืออะไร?

Gwent Profile Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://efprojects.com และคุณลักษณะหลักของมันคือ "Show opponent's stats in Match History"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gwent Profile Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}