Automatically sign-in to gain reward everyday at 00:05(time adjustable!).
Please login before use.
- Download the .xpi file
- Open about:addons
- Click the gear icon, then select Install Add-on From File...
- Choose the downloaded
.xpi
file.
- Download the .crx file
- Open chrome://extensions
- Drag and drop the
.crx
file onto the page.
*Without proper config and/or browser version, both Chrome and Firefox do not support packets not signed officially.
-
Clone or Download compressed file from github
-
In base directory, execute:
yarn install yarn dist
-
Load the extension manually: 3a. Chrome: Click
Load an unpacked extension
and select thedist
directory.
3b. Firefox: selectdist/zip/dist.zip
.
Genshin impact official Sign-in page: https://act.hoyolab.com/ys/event/signin-sea-v3/index.html?act_id=e202102251931481
In short, this version is compatible with both Mozilla Firefox and Google Chrome.
Notable differences and improvements:
- Manifest Compatibility:
manifest.json
supports cross-browser standard. - Updated Dependencies: Replaced outdated packages.
- Time Selector: Rewrite time selector with flatpickr for better compatibility.
- Performance Optimization: Replaced per-minute checks with a more efficient alarm-based system.
- Reliability Enhancements: Multiple-check handling was added to reduce the risk of missing scheduled actions.
- Reduced Disruption: Automatically closes sign-in page in second to minize user interruption.
This project is based on software originally developed by oddstab (MIT License).
Modifications and additional code © 2025 JackyHe398.
The project as a whole is distributed under the MIT License.
Special thanks to @oddstab for developing the original software and relicensing it under MIT License, which made further development possible.