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
Eメール [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\/"
    ]
}