Gwent Profile Helper

Show opponent's stats in Match History

Gwent Profile Helper là gì?

Gwent Profile Helper là một tiện ích mở rộng Chrome được phát triển bởi https://efprojects.com, và tính năng chính của nó là "Show opponent's stats in Match History".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gwent Profile Helper

Tải xuống các tệp mở rộng Gwent Profile Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gwent Profile Helper Gwent Profile Helper
ID ilhfdjfebpijglinemdefamhfcdddmbf
URL Chính Thức https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf
Mô tả Show opponent's stats in Match History
Kích Thước Tệp 42.38 KB
Số Lần Cài Đặt 169
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-02-09
Ngày Phát Hành 2022-02-06
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://efprojects.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Egor3f/gwent-profile-helper
URL Trang Trợ Giúp https://github.com/Egor3f/gwent-profile-helper
URL Trang Chính Sách Bảo Mật https://efprojects.com/gwent_profile_helper_1/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}