War Thunder Profiles +
War Thunder Profiles + is a comprehensive browser extension designed specifically for War Thunder enthusiasts.
War Thunder Profiles + क्या है?
War Thunder Profiles + cyb3rofficial द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "War Thunder Profiles + is a comprehensive browser extension designed specifically for War Thunder enthusiasts."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में War Thunder Profiles + एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 + |
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" } ] } |