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ファイルをダウンロード

War Thunder Profiles +拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    ]
}