HSR Daily Check-in
Automatic daily check-ins for Honkai: Star Rail
What is HSR Daily Check-in?
HSR Daily Check-in is a Chrome extension developed by Ruiqi Mao, and its main feature is "Automatic daily check-ins for Honkai: Star Rail".
Extension Screenshots
Download HSR Daily Check-in Extension CRX File
Download HSR Daily 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
Automatically perform HoYoLAB daily check-ins for Honkai: Star Rail. This runs in the background and guarantees that you will never miss a day of rewards. All you need is to log into your account on HoYoLAB. Check-ins are randomized to be done anywhere between 5 and 10 minutes after check-in is available. Discord webhook notifications are also available.
Extension Basic Information
Name | HSR Daily Check-in |
ID | kjhhggbcmnpefbdebeenagdnhpblccmb |
Official URL | https://chromewebstore.google.com/detail/hsr-daily-check-in/kjhhggbcmnpefbdebeenagdnhpblccmb |
Description | Automatic daily check-ins for Honkai: Star Rail |
File Size | 63.7 KB |
Installation Count | 217 |
Current Version | 1.2 |
Last Updated | 2023-05-14 |
Publish Date | 2023-05-14 |
Developer | Ruiqi Mao |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HSR Daily Check-in", "description": "Automatic daily check-ins for Honkai: Star Rail", "version": "1.2", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.hoyolab.com\/*" ], "permissions": [ "alarms", "storage" ] } |