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

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

崩壞3RD、星穹鐵道HoYoLab自動簽到란 무엇입니까?

崩壞3RD、星穹鐵道HoYoLab自動簽到은(는) whatupxp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HoYoLab 遊戲每日獎勵自動簽到,可自訂調整簽到時間。 ※請記得先登入 HoYoLab 遊戲帳號。"입니다.

확장 프로그램 스크린샷

screenshot

崩壞3RD、星穹鐵道HoYoLab自動簽到 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 崩壞3RD、星穹鐵道HoYoLab自動簽到 崩壞3RD、星穹鐵道HoYoLab自動簽到
ID plkcpgjhddblljdmnjmknbmampjlaimj
공식 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
설명 HoYoLab 遊戲每日獎勵自動簽到,可自訂調整簽到時間。 ※請記得先登入 HoYoLab 遊戲帳號。
파일 크기 208 KB
설치 횟수 11,392
현재 버전 1.3
최근 업데이트 2023-05-05
출시 날짜 2022-06-03
평점 4.47/5 총 15 개의 평점
개발자 whatupxp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Nasiko/honkai-impact-3rd-auto-sign
지원되는 언어 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"
        }
    ]
}