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”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 HSR Daily Check-in HSR Daily Check-in
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"
    ]
}