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

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

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

崩壞3RD、星穹鐵道HoYoLab自動簽到 ist eine Chrome-Erweiterung, die von whatupxp entwickelt wurde, und ihr Hauptmerkmal ist "HoYoLab 遊戲每日獎勵自動簽到,可自訂調整簽到時間。 ※請記得先登入 HoYoLab 遊戲帳號。".

Erweiterungsscreenshots

screenshot

崩壞3RD、星穹鐵道HoYoLab自動簽到-Erweiterungs-CRX-Datei herunterladen

Laden Sie 崩壞3RD、星穹鐵道HoYoLab自動簽到-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

Grundlegende Informationen zur Erweiterung

Name 崩壞3RD、星穹鐵道HoYoLab自動簽到 崩壞3RD、星穹鐵道HoYoLab自動簽到
ID plkcpgjhddblljdmnjmknbmampjlaimj
Offizielle 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
Beschreibung HoYoLab 遊戲每日獎勵自動簽到,可自訂調整簽到時間。 ※請記得先登入 HoYoLab 遊戲帳號。
Dateigröße 208 KB
Installationsanzahl 11,392
Aktuelle Version 1.3
Letztes Update 2023-05-05
Veröffentlichungsdatum 2022-06-03
Bewertung 4.47/5 Insgesamt 15 Bewertungen
Entwickler whatupxp
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Nasiko/honkai-impact-3rd-auto-sign
Unterstützte Sprachen 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"
        }
    ]
}