崩壞3RD、星穹鐵道HoYoLab自動簽到
HoYoLab 遊戲每日獎勵自動簽到,可自訂調整簽到時間。 ※請記得先登入 HoYoLab 遊戲帳號。
崩壞3RD、星穹鐵道HoYoLab自動簽到とは何ですか?
崩壞3RD、星穹鐵道HoYoLab自動簽到はwhatupxpによって開発されたChromeの拡張機能で、その主な機能は「HoYoLab 遊戲每日獎勵自動簽到,可自訂調整簽到時間。 ※請記得先登入 HoYoLab 遊戲帳號。」です。
拡張機能のスクリーンショット
崩壞3RD、星穹鐵道HoYoLab自動簽到拡張機能のCRXファイルをダウンロード
崩壞3RD、星穹鐵道HoYoLab自動簽到拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
HoYoLab 遊戲每日獎勵自動簽到,可自訂調整簽到時間。
※請記得先登入 HoYoLab 遊戲帳號。
※重新設定時間會重置簽到程序。
感謝 oddstab 同意授權原始碼。
感謝 幻玥 提供Logo。 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
]
} | |