HSR Daily Check-in
Automatic daily check-ins for Honkai: Star Rail
Hvad er HSR Daily Check-in?
HSR Daily Check-in er en Chrome-udvidelse udviklet af Ruiqi Mao, og dens hovedfunktion er "Automatic daily check-ins for Honkai: Star Rail".
Udvidelsesskærmbilleder
Download HSR Daily Check-in-udvidelses-CRX-fil
Download HSR Daily Check-in-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kjhhggbcmnpefbdebeenagdnhpblccmb |
| Officiel URL | https://chromewebstore.google.com/detail/hsr-daily-check-in/kjhhggbcmnpefbdebeenagdnhpblccmb |
| Beskrivelse | Automatic daily check-ins for Honkai: Star Rail |
| Filstørrelse | 63.7 KB |
| Antal Installationer | 217 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2023-05-14 |
| Udgivelsesdato | 2023-05-14 |
| Udvikler | Ruiqi Mao |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |