Pom-Pom
Track Honkai: Star Rail stats in your browser.
Pom-Pom क्या है?
Pom-Pom https://daidr.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track Honkai: Star Rail stats in your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pom-Pom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You can track your Honkai: Star Rail game stats in your browser in real time, all it takes is a few simple steps. GitHub repo: https://github.com/daidr/pompom-webext
एक्सटेंशन की मूल जानकारी
नाम | Pom-Pom |
ID | akaohghdgcakognnomndghdbcinjdjhb |
आधिकारिक URL | https://chromewebstore.google.com/detail/pom-pom/akaohghdgcakognnomndghdbcinjdjhb |
विवरण | Track Honkai: Star Rail stats in your browser. |
फ़ाइल का आकार | 177 KB |
स्थापना संख्या | 205 |
वर्तमान संस्करण | 0.2.0 |
अंतिम अपडेट | 2023-12-23 |
प्रकाशन तिथि | 2023-09-04 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://daidr.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/daidr/pompom-webext |
समर्थित भाषाएँ | en-US,ru,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_pluginName__", "version": "0.2.0", "description": "__MSG_pluginDesc__", "default_locale": "en_US", "action": { "default_icon": ".\/assets\/icon-48.png", "default_popup": ".\/dist\/popup\/index.html" }, "background": { "service_worker": ".\/dist\/background\/index.js" }, "content_scripts": [ { "matches": [ "https:\/\/webstatic.mihoyo.com\/app\/community-game-records\/?game_id=6&ref=pompom" ], "js": [ ".\/assets\/js\/content.js" ], "world": "MAIN" }, { "matches": [ "https:\/\/webstatic.mihoyo.com\/app\/community-game-records\/?game_id=6&ref=pompom" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ] } ], "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": false }, "icons": { "16": ".\/assets\/icon-16.png", "32": ".\/assets\/icon-32.png", "48": ".\/assets\/icon-48.png", "96": ".\/assets\/icon-96.png", "128": ".\/assets\/icon-128.png" }, "permissions": [ "storage", "cookies", "alarms", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.mihoyo.com\/", "*:\/\/*.miyoushe.com\/", "*:\/\/*.hoyolab.com\/", "*:\/\/*.geetest.com\/" ] } |