崩壞3RD、星穹鐵道HoYoLab自動簽到

HoYoLab 遊戲每日獎勵自動簽到,可自訂調整簽到時間。 ※請記得先登入 HoYoLab 遊戲帳號。

What is 崩壞3RD、星穹鐵道HoYoLab自動簽到?

崩壞3RD、星穹鐵道HoYoLab自動簽到 is a Chrome extension developed by whatupxp, and its main feature is "HoYoLab 遊戲每日獎勵自動簽到,可自訂調整簽到時間。 ※請記得先登入 HoYoLab 遊戲帳號。".

Extension Screenshots

screenshot

Download 崩壞3RD、星穹鐵道HoYoLab自動簽到 Extension CRX File

Download 崩壞3RD、星穹鐵道HoYoLab自動簽到 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        HoYoLab 遊戲每日獎勵自動簽到,可自訂調整簽到時間。
※請記得先登入 HoYoLab 遊戲帳號。
※重新設定時間會重置簽到程序。

感謝 oddstab 同意授權原始碼。
感謝 幻玥 提供Logo。                    

Extension Basic Information

Name 崩壞3RD、星穹鐵道HoYoLab自動簽到 崩壞3RD、星穹鐵道HoYoLab自動簽到
ID plkcpgjhddblljdmnjmknbmampjlaimj
Official URL https://chromewebstore.google.com/detail/%E5%B4%A9%E5%A3%9E3rd%E3%80%81%E6%98%9F%E7%A9%B9%E9%90%B5%E9%81%93hoyolab%E8%87%AA%E5%8B%95%E7%B0%BD%E5%88%B0/plkcpgjhddblljdmnjmknbmampjlaimj
Description HoYoLab 遊戲每日獎勵自動簽到,可自訂調整簽到時間。 ※請記得先登入 HoYoLab 遊戲帳號。
File Size 208 KB
Installation Count 11,392
Current Version 1.3
Last Updated 2023-05-05
Publish Date 2022-06-03
Rating 4.47/5 Total 15 Ratings
Developer whatupxp
Email [email protected]
Payment Type free
Extension Website https://github.com/Nasiko/honkai-impact-3rd-auto-sign
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5d29\u58de3RD\u3001\u661f\u7a79\u9435\u9053HoYoLab\u81ea\u52d5\u7c3d\u5230",
    "version": "1.3",
    "manifest_version": 3,
    "description": "HoYoLab \u904a\u6232\u6bcf\u65e5\u734e\u52f5\u81ea\u52d5\u7c3d\u5230\uff0c\u53ef\u81ea\u8a02\u8abf\u6574\u7c3d\u5230\u6642\u9593\u3002\n\u203b\u8acb\u8a18\u5f97\u5148\u767b\u5165 HoYoLab \u904a\u6232\u5e33\u865f\u3002",
    "permissions": [
        "background",
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/act.hoyolab.com\/bbs\/event\/signin-bh3\/index.html?act_id=e202110291205111"
            ],
            "js": [
                "content3RD.js"
            ],
            "run-at": "document_end"
        },
        {
            "matches": [
                "https:\/\/act.hoyolab.com\/bbs\/event\/signin\/hkrpg\/index.html?act_id=e202303301540311"
            ],
            "js": [
                "contentStar.js"
            ],
            "run-at": "document_end"
        }
    ]
}