原神助手
自動簽到 + 即時資訊
What is 原神助手?
原神助手 is a Chrome extension developed by Pascal, and its main feature is "自動簽到 + 即時資訊".
Extension Screenshots
Download 原神助手 Extension CRX File
Download 原神助手 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官網頁面登入,有時會抓不到角色資料 ) 可以的話大家多多推薦給你身邊需要的人吧 !
Extension Basic Information
Name | 原神助手 |
ID | hfmcaikoamiimliphjblamcmpkhomkpj |
Official URL | https://chromewebstore.google.com/detail/%E5%8E%9F%E7%A5%9E%E5%8A%A9%E6%89%8B/hfmcaikoamiimliphjblamcmpkhomkpj |
Description | 自動簽到 + 即時資訊 |
File Size | 239 KB |
Installation Count | 2,258 |
Current Version | 2.0.11 |
Last Updated | 2023-12-09 |
Publish Date | 2022-10-11 |
Rating | 4.91/5 Total 22 Ratings |
Developer | Pascal |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/pascal910107/auto-check-in/ |
Privacy Policy Page URL | https://pascal910107.github.io/auto-check-in/privacy-policy |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u539f\u795e\u52a9\u624b", "description": "\u81ea\u52d5\u7c3d\u5230 + \u5373\u6642\u8cc7\u8a0a", "version": "2.0.11", "manifest_version": 3, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.hoyolab.com\/*", "*:\/\/*.geetest.com\/*", "*:\/\/*.mihoyo.com\/" ], "permissions": [ "storage", "alarms", "cookies" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/icon16-modified.png", "32": "\/images\/icon32-modified.png", "48": "\/images\/icon48-modified.png", "128": "\/images\/icon128-modified.png" } }, "icons": { "16": "\/images\/icon16-modified.png", "32": "\/images\/icon32-modified.png", "48": "\/images\/icon48-modified.png", "128": "\/images\/icon128-modified.png" } } |