巴哈自動簽到
Daily sign in 94 EZ.
What is 巴哈自動簽到?
巴哈自動簽到 is a Chrome extension developed by https://blog.brownsugar.tw, and its main feature is "Daily sign in 94 EZ.".
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
📝 巴哈自動簽到-2023 全新版本 每日定時開啟頁面簽到,自動領取雙倍巴幣獎勵。 1. 一鍵安裝,立即使用 2. 每日定時開啟網頁簽到 3. 帳號被登出時自動登入帳號確保簽到不中斷 4. 自動領取雙倍巴幣 5. 閒置時不占用電腦記憶體 6. 瀏覽器關閉時也可以自動簽到! 更多功能或建議,歡迎前往以下網址回饋。 🎯 GitHub 開放原始碼:https://brn.sg/Mtspv 🎯 巴哈介紹頁:https://brn.sg/tVe1a
Extension Basic Information
Name | 巴哈自動簽到 |
ID | nlcekebohjbgnfgjicklnjbnefmmgggk |
Official URL | https://chromewebstore.google.com/detail/%E5%B7%B4%E5%93%88%E8%87%AA%E5%8B%95%E7%B0%BD%E5%88%B0/nlcekebohjbgnfgjicklnjbnefmmgggk |
Description | Daily sign in 94 EZ. |
File Size | 18.69 KB |
Installation Count | 7,995 |
Current Version | 1.3.0 |
Last Updated | 2023-06-08 |
Publish Date | 2017-12-22 |
Rating | 4.67/5 Total 15 Ratings |
Developer | https://blog.brownsugar.tw |
[email protected] | |
Payment Type | free |
Extension Website | https://brn.sg/Mtspv |
Help Page URL | https://brn.sg/tVe1a |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u5df4\u54c8\u81ea\u52d5\u7c3d\u5230", "version": "1.3.0", "description": "Daily sign in 94 EZ.", "icons": { "128": "image\/babi.png" }, "permissions": [ "alarms", "background", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "action": { "default_icon": "image\/babi.png", "default_popup": "options.html", "default_title": "\u5df4\u54c8\u81ea\u52d5\u7c3d\u5230\u8a2d\u5b9a" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.gamer.com.tw\/*" ], "js": [ "js\/content.js" ] }, { "run_at": "document_end", "matches": [ "https:\/\/user.gamer.com.tw\/login.php" ], "js": [ "js\/login.js" ], "all_frames": true } ] } |