Hoyoverse Check-in

Hoyoverse Check-in

What is Hoyoverse Check-in?

Hoyoverse Check-in is a Chrome extension developed by j2i5ll.dev, and its main feature is "Hoyoverse Check-in".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Hoyoverse Check-in Extension CRX File

Download Hoyoverse Check-in extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hoyoverse Check-in Hoyoverse Check-in
ID gbmplbdmlkcemkcocjoklgoajgbfilnf
Official URL https://chromewebstore.google.com/detail/hoyoverse-check-in/gbmplbdmlkcemkcocjoklgoajgbfilnf
Description Hoyoverse Check-in
File Size 144 KB
Installation Count 584
Current Version 2.0.1
Last Updated 2023-08-31
Publish Date 2023-06-19
Rating 5.00/5 Total 7 Ratings
Developer j2i5ll.dev
Email [email protected]
Payment Type free
Supported Languages 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
        }
    ]
}