Pom-Pom
Track Honkai: Star Rail stats in your browser.
Cos'è Pom-Pom?
Pom-Pom è un'estensione di Chrome sviluppata da https://daidr.me, e la sua funzione principale è "Track Honkai: Star Rail stats in your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pom-Pom
Scarica i file di estensione Pom-Pom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Pom-Pom |
ID | akaohghdgcakognnomndghdbcinjdjhb |
URL Ufficiale | https://chromewebstore.google.com/detail/pom-pom/akaohghdgcakognnomndghdbcinjdjhb |
Descrizione | Track Honkai: Star Rail stats in your browser. |
Dimensione del File | 177 KB |
Conteggio Installazioni | 205 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2023-12-23 |
Data di Pubblicazione | 2023-09-04 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://daidr.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/daidr/pompom-webext |
Lingue Supportate | 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\/" ] } |