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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}