巴哈自動簽到
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 |
Eメール | [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 } ] } |