Paimon

Track Genshin Impact stats in your browser.

什么是Paimon?

Paimon是由https://daidr.me开发的Chrome扩展程序,该扩展的主要功能是“Track Genshin Impact stats in your browser.”。

扩展截图

screenshot
screenshot

下载Paimon扩展crx文件

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

扩展使用说明

                        You can track your genshin impact game stats in your browser in real time, all it takes is a few simple steps.

With notifications support and multi-account support                    

扩展基本信息

名称 Paimon Paimon
ID ecafadojbjpamdlbhdgmfhihdojeekdd
官方URL https://chromewebstore.google.com/detail/paimon/ecafadojbjpamdlbhdgmfhihdojeekdd
简介 Track Genshin Impact stats in your browser.
文件大小 124 KB
安装次数 1,705
当前版本 0.2.1
更新时间 2024-01-06
上架时间 2022-04-05
评分 4.93/5 共29次评分
开发者 https://daidr.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/daidr/paimon-webext
支持的语言 en-US,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_pluginName__",
    "version": "0.2.1",
    "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\/rpg\/?game_id=6&ref=paimon*"
            ],
            "js": [
                ".\/assets\/js\/content.js"
            ],
            "world": "MAIN"
        },
        {
            "matches": [
                "https:\/\/webstatic.mihoyo.com\/app\/community-game-records\/rpg\/?game_id=6&ref=paimon*"
            ],
            "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\/"
    ]
}