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

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

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

崩壞3RD、星穹鐵道HoYoLab自動簽到 is een Chrome-extensie ontwikkeld door whatupxp, en de belangrijkste functie is "HoYoLab 遊戲每日獎勵自動簽到,可自訂調整簽到時間。 ※請記得先登入 HoYoLab 遊戲帳號。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 崩壞3RD、星穹鐵道HoYoLab自動簽到

Download 崩壞3RD、星穹鐵道HoYoLab自動簽到-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam 崩壞3RD、星穹鐵道HoYoLab自動簽到 崩壞3RD、星穹鐵道HoYoLab自動簽到
ID plkcpgjhddblljdmnjmknbmampjlaimj
Officiële 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
Beschrijving HoYoLab 遊戲每日獎勵自動簽到,可自訂調整簽到時間。 ※請記得先登入 HoYoLab 遊戲帳號。
Bestandsgrootte 208 KB
Aantal Installaties 11,392
Huidige Versie 1.3
Laatst Bijgewerkt 2023-05-05
Publicatiedatum 2022-06-03
Beoordeling 4.47/5 Totaal 15 Beoordelingen
Ontwikkelaar whatupxp
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Nasiko/honkai-impact-3rd-auto-sign
Ondersteunde Talen 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"
        }
    ]
}