HSR Daily Check-in
Automatic daily check-ins for Honkai: Star Rail
Wat is HSR Daily Check-in?
HSR Daily Check-in is een Chrome-extensie ontwikkeld door Ruiqi Mao, en de belangrijkste functie is "Automatic daily check-ins for Honkai: Star Rail".
Extensie Screenshots
Download het CRX-bestand van de extensie HSR Daily Check-in
Download HSR Daily Check-in-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kjhhggbcmnpefbdebeenagdnhpblccmb |
| Officiële URL | https://chromewebstore.google.com/detail/hsr-daily-check-in/kjhhggbcmnpefbdebeenagdnhpblccmb |
| Beschrijving | Automatic daily check-ins for Honkai: Star Rail |
| Bestandsgrootte | 63.7 KB |
| Aantal Installaties | 217 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2023-05-14 |
| Publicatiedatum | 2023-05-14 |
| Ontwikkelaar | Ruiqi Mao |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |