巴哈自動簽到
Daily sign in 94 EZ.
什么是巴哈自動簽到?
巴哈自動簽到是由https://blog.brownsugar.tw开发的Chrome扩展程序,该扩展的主要功能是“Daily sign in 94 EZ.”。
扩展截图
下载巴哈自動簽到扩展crx文件
下载巴哈自動簽到扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
📝 巴哈自動簽到-2023 全新版本
每日定時開啟頁面簽到,自動領取雙倍巴幣獎勵。
1. 一鍵安裝,立即使用
2. 每日定時開啟網頁簽到
3. 帳號被登出時自動登入帳號確保簽到不中斷
4. 自動領取雙倍巴幣
5. 閒置時不占用電腦記憶體
6. 瀏覽器關閉時也可以自動簽到!
更多功能或建議,歡迎前往以下網址回饋。
🎯 GitHub 開放原始碼:https://brn.sg/Mtspv
🎯 巴哈介紹頁:https://brn.sg/tVe1a 扩展基本信息
| 名称 | |
| ID | nlcekebohjbgnfgjicklnjbnefmmgggk |
| 官方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 |
| 简介 | Daily sign in 94 EZ. |
| 文件大小 | 18.69 KB |
| 安装次数 | 7,995 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2023-06-08 |
| 上架时间 | 2017-12-22 |
| 评分 | 4.67/5 共15次评分 |
| 开发者 | https://blog.brownsugar.tw |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://brn.sg/Mtspv |
| 帮助页面URL | https://brn.sg/tVe1a |
| 支持的语言 | 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
}
]
} | |