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 |
| 公式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 |
| Eメール | [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"
]
} | |