Gwent Profile Helper
Show opponent's stats in Match History
Gwent Profile Helper क्या है?
Gwent Profile Helper https://efprojects.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show opponent's stats in Match History"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gwent Profile Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Show opponent's stats (Level, Rank, Winrate, MMR) in Match History on PlayGwent.com
एक्सटेंशन की मूल जानकारी
नाम | 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" ] } ] } |