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
官方網址 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"
        }
    ]
}