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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
]
} | |