Pom-Pom

Track Honkai: Star Rail stats in your browser.

什么是Pom-Pom?

Pom-Pom是由https://daidr.me开发的Chrome扩展程序,该扩展的主要功能是“Track Honkai: Star Rail stats in your browser.”。

扩展截图

screenshot
screenshot

下载Pom-Pom扩展crx文件

下载Pom-Pom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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\/"
    ]
}