Hoyoverse Check-in

Hoyoverse Check-in

Apa itu Hoyoverse Check-in?

Hoyoverse Check-in adalah ekstensi Chrome yang dikembangkan oleh j2i5ll.dev, dan fitur utamanya adalah "Hoyoverse Check-in".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Hoyoverse Check-in

Unduh file ekstensi Hoyoverse Check-in dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        v2.0.0 Update
Now, with Hoyoverse Check-in, you can check the in-game resource recovery time!

---

Using Hoyoverse Check-in, you can automatically check attendance and verify Resin and Trailblaze Power recovery time in your browser!
If the browser is active, web check-in is checked automatically.
Register your account on the check-in site using Hoyoverse Check-in.

The following games support check-in:
- Genshin Impact
- Honkai: Star Rail
- Honkai 3D

The following games support checking resource recovery time:
- Genshin Impact
- Honkai: Star Rail

Register Multiple Accounts for Your Desired Games!
You can register multiple accounts for a single game with Hoyoverse Check-in. Visit the check-in website for the supported game and register your desired accounts with Hoyoverse Check-in.

No Login Information Collection! 
Hoyoverse Check-in does not use any servers. The user tokens required for check-in are stored only in the user's browser.                    

Informasi Dasar Ekstensi

Nama Hoyoverse Check-in Hoyoverse Check-in
ID gbmplbdmlkcemkcocjoklgoajgbfilnf
URL Resmi https://chromewebstore.google.com/detail/hoyoverse-check-in/gbmplbdmlkcemkcocjoklgoajgbfilnf
Deskripsi Hoyoverse Check-in
Ukuran File 144 KB
Jumlah Instalasi 584
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2023-08-31
Tanggal Publikasi 2023-06-19
Penilaian 5.00/5 Total 7 Penilaian
Pengembang j2i5ll.dev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hoyoverse Check-in",
    "description": "Hoyoverse Check-in",
    "version": "2.0.1",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "src\/assets\/icons\/icon16.png",
        "32": "src\/assets\/icons\/icon32.png",
        "48": "src\/assets\/icons\/icon48.png",
        "128": "src\/assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader.a6e1dcda.js"
            ],
            "matches": [
                "https:\/\/act.hoyolab.com\/*"
            ],
            "css": [
                "assets\/index.8d46a2ad.css"
            ]
        },
        {
            "js": [
                "assets\/index.ts-loader.e4edb133.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "src\/application\/options\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "src\/application\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/icon16.png",
            "32": "src\/assets\/icons\/icon32.png",
            "48": "src\/assets\/icons\/icon48.png",
            "128": "src\/assets\/icons\/icon128.png"
        }
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.hoyolab.com\/"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/act.hoyolab.com\/*"
            ],
            "resources": [
                "assets\/sentry.3f0abfb9.js",
                "assets\/index.780b6c02.js",
                "assets\/_sentry-release-injection-file.bda85e5a.js",
                "assets\/text.e37b8695.js",
                "assets\/http.1ffccf4b.js",
                "assets\/index.ts.c2a53f16.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.780b6c02.js",
                "assets\/_sentry-release-injection-file.bda85e5a.js",
                "assets\/index.ts.a87da23b.js"
            ],
            "use_dynamic_url": true
        }
    ]
}