原神官方論壇自動簽到
自動簽到,省去每天還要簽到的麻煩 每日00:05自動開啟簽到網頁並簽到(可自由調整簽到時間)
What is 原神官方論壇自動簽到?
原神官方論壇自動簽到 is a Chrome extension developed by oddstab, and its main feature is "自動簽到,省去每天還要簽到的麻煩 每日00:05自動開啟簽到網頁並簽到(可自由調整簽到時間)".
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
安裝的當天不會簽到哦,要隔天開始才會~ *請記得先登入* 自動簽到,省去每天還要簽到的麻煩 每日00:05自動開啟簽到網頁並簽到(可自由調整簽到時間)
Extension Basic Information
Name | 原神官方論壇自動簽到 |
ID | ddncbaijlknflhdcijpdblfapjgfnohb |
Official URL | https://chromewebstore.google.com/detail/%E5%8E%9F%E7%A5%9E%E5%AE%98%E6%96%B9%E8%AB%96%E5%A3%87%E8%87%AA%E5%8B%95%E7%B0%BD%E5%88%B0/ddncbaijlknflhdcijpdblfapjgfnohb |
Description | 自動簽到,省去每天還要簽到的麻煩 每日00:05自動開啟簽到網頁並簽到(可自由調整簽到時間) |
File Size | 31.84 KB |
Installation Count | 10,000 |
Current Version | 3.8.1 |
Last Updated | 2023-02-07 |
Publish Date | 2021-04-21 |
Rating | 4.92/5 Total 60 Ratings |
Developer | oddstab |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/oddstab/genshin-impact-auto-sign |
Help Page URL | https://github.com/oddstab/genshin-impact-auto-sign |
Supported Languages | en-US,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u539f\u795e\u5b98\u65b9\u8ad6\u58c7\u81ea\u52d5\u7c3d\u5230", "version": "3.8.1", "manifest_version": 3, "description": "\u81ea\u52d5\u7c3d\u5230\uff0c\u7701\u53bb\u6bcf\u5929\u9084\u8981\u7c3d\u5230\u7684\u9ebb\u7169\n\u6bcf\u65e500:05\u81ea\u52d5\u958b\u555f\u7c3d\u5230\u7db2\u9801\u4e26\u7c3d\u5230\uff08\u53ef\u81ea\u7531\u8abf\u6574\u7c3d\u5230\u6642\u9593\uff09", "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" }, "default_locale": "zh_TW", "action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "background", "storage", "alarms" ], "content_scripts": [ { "matches": [ "https:\/\/act.hoyolab.com\/ys\/event\/signin-sea-v3\/index.html?act_id=e202102251931481" ], "js": [ "content.js" ], "run-at": "document_end" } ] } |