War Thunder Profiles +

War Thunder Profiles + is a comprehensive browser extension designed specifically for War Thunder enthusiasts.

War Thunder Profiles +란 무엇입니까?

War Thunder Profiles +은(는) cyb3rofficial에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "War Thunder Profiles + is a comprehensive browser extension designed specifically for War Thunder enthusiasts."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

War Thunder Profiles + 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        War Thunder Profiles + is a comprehensive browser extension designed specifically for War Thunder enthusiasts.

It enriches the player's experience by providing enhanced profiles with detailed statistics and additional information directly on the War Thunder stats page.

Users gain the ability to view variety of insightful analytics that are not available on the default page.

Our extension aims ensures you have all the information you need at a glance, enabling you to analyze your progress, compare with friends. Each update aims to bring intuitive features and a seamless integration with the War Thunder website, without disrupting the user experience.

Update 1.0.13: Fully compare 2 profiles with all stats.

Update 1.0.11: Compare stats with more in-depth data.

Update 1.0.10: Compare stats update. Fixed a save bug.

Update 1.0.8: Compare Stats across profiles [Early]
-- Early Notes:
-- Save Basic stuff to browser storage and compare with other profiles

Update 1.0.7: Vehicles and rewards added

Update 1.0.5: Enhanced Ground Stats have been implemented.

Update: 1.0.4: Enhanced Aviation Stats have been implemented.                    

확장 프로그램 기본 정보

이름 War Thunder Profiles + War Thunder Profiles +
ID njiencjfepihajibkgmnefmdpenacgbe
공식 URL https://chromewebstore.google.com/detail/war-thunder-profiles-+/njiencjfepihajibkgmnefmdpenacgbe
설명 War Thunder Profiles + is a comprehensive browser extension designed specifically for War Thunder enthusiasts.
파일 크기 35.86 KB
설치 횟수 67
현재 버전 1.0.13
최근 업데이트 2023-11-17
출시 날짜 2023-11-10
개발자 cyb3rofficial
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/cyberofficial/War-Thunder-Profiles-Plus
도움말 페이지 URL https://github.com/cyberofficial/War-Thunder-Profiles-Plus
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "War Thunder Profiles +",
    "version": "1.0.13",
    "description": "War Thunder Profiles + is a comprehensive browser extension designed specifically for War Thunder enthusiasts.",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/warthunder.com\/*"
            ],
            "js": [
                "content_script.js",
                "AVIATION.js",
                "GROUND.js",
                "FLEET.js",
                "veh_rewards.js",
                "compare.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ]
}