HSR Daily Check-in
Automatic daily check-ins for Honkai: Star Rail
什麼是HSR Daily Check-in?
HSR Daily Check-in是由Ruiqi Mao開發的Chrome擴展程式,該擴展的主要功能是“Automatic daily check-ins for Honkai: Star Rail”。
擴展截圖
下載HSR Daily Check-in擴展crx文件
下載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 |
| 官方網址 | 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"
]
} | |