HSR Daily Check-in
Automatic daily check-ins for Honkai: Star Rail
Vad är HSR Daily Check-in?
HSR Daily Check-in är en Chrome-tillägg utvecklad av Ruiqi Mao, och dess huvudfunktion är "Automatic daily check-ins for Honkai: Star Rail".
Tilläggsskärmbilder
Ladda ner HSR Daily Check-in-förlängningens CRX-fil
Ladda ner HSR Daily Check-in-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | kjhhggbcmnpefbdebeenagdnhpblccmb |
| Officiell webbadress | https://chromewebstore.google.com/detail/hsr-daily-check-in/kjhhggbcmnpefbdebeenagdnhpblccmb |
| Beskrivning | Automatic daily check-ins for Honkai: Star Rail |
| Filstorlek | 63.7 KB |
| Antal Installationer | 217 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2023-05-14 |
| Publiceringsdatum | 2023-05-14 |
| Utvecklare | Ruiqi Mao |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |