HSR Daily Check-in
Automatic daily check-ins for Honkai: Star Rail
HSR Daily Check-inคืออะไร?
HSR Daily Check-in เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ruiqi Mao และคุณลักษณะหลักของมันคือ "Automatic daily check-ins for Honkai: Star Rail"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HSR Daily Check-in
ดาวน์โหลดไฟล์ส่วนขยาย HSR Daily Check-in ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kjhhggbcmnpefbdebeenagdnhpblccmb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hsr-daily-check-in/kjhhggbcmnpefbdebeenagdnhpblccmb |
| คำอธิบาย | Automatic daily check-ins for Honkai: Star Rail |
| ขนาดไฟล์ | 63.7 KB |
| จำนวนการติดตั้ง | 217 |
| เวอร์ชันปัจจุบัน | 1.2 |
| อัปเดตครั้งล่าสุด | 2023-05-14 |
| วันที่เผยแพร่ | 2023-05-14 |
| ผู้พัฒนา | Ruiqi Mao |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | 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"
]
} | |