Paimon

Track Genshin Impact stats in your browser.

Cos'è Paimon?

Paimon è un'estensione di Chrome sviluppata da https://daidr.me, e la sua funzione principale è "Track Genshin Impact stats in your browser.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Paimon

Scarica i file di estensione Paimon 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 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                    

Informazioni di Base sull'Estensione

Nome Paimon Paimon
ID ecafadojbjpamdlbhdgmfhihdojeekdd
URL Ufficiale https://chromewebstore.google.com/detail/paimon/ecafadojbjpamdlbhdgmfhihdojeekdd
Descrizione Track Genshin Impact stats in your browser.
Dimensione del File 124 KB
Conteggio Installazioni 1,705
Versione Corrente 0.2.1
Ultimo Aggiornamento 2024-01-06
Data di Pubblicazione 2022-04-05
Valutazione 4.93/5 Totale 29 Valutazioni
Sviluppatore https://daidr.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/daidr/paimon-webext
Lingue Supportate 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\/"
    ]
}