Pom-Pom

Track Honkai: Star Rail stats in your browser.

Qu'est-ce que Pom-Pom ?

Pom-Pom est une extension Chrome développée par https://daidr.me, et sa fonction principale est "Track Honkai: Star Rail stats in your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pom-Pom

Téléchargez les fichiers d'extension Pom-Pom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pom-Pom Pom-Pom
ID akaohghdgcakognnomndghdbcinjdjhb
URL Officiel https://chromewebstore.google.com/detail/pom-pom/akaohghdgcakognnomndghdbcinjdjhb
Description Track Honkai: Star Rail stats in your browser.
Taille du Fichier 177 KB
Nombre d'Installations 205
Version Actuelle 0.2.0
Dernière Mise à Jour 2023-12-23
Date de Publication 2023-09-04
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://daidr.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/daidr/pompom-webext
Langues Prises en Charge 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\/"
    ]
}