ChattyBuddy
ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.
什麼是ChattyBuddy?
ChattyBuddy是由chattybuddy開發的Chrome擴展程式,該擴展的主要功能是“ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.”。
擴展截圖
下載ChattyBuddy擴展crx文件
下載ChattyBuddy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ChattyBuddy is a highly convenient and innovative Chrome extension that seamlessly integrates with your browsing experience. With Buddy, an advanced AI-powered chatbot, at your fingertips, you can engage in interesting conversations on a wide range of topics while browsing the internet.
擴展基本資訊
名稱 | ChattyBuddy |
ID | aepfjmmhegafegjdjjeibidefhdccenj |
官方網址 | https://chromewebstore.google.com/detail/chattybuddy/aepfjmmhegafegjdjjeibidefhdccenj |
簡介 | ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web. |
檔案大小 | 23.23 KB |
安裝次數 | 412 |
目前版本 | 1.2 |
更新時間 | 2023-04-04 |
上架時間 | 2023-03-16 |
開發者 | chattybuddy |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://chattybuddy.io/privacy.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChattyBuddy", "version": "1.2", "description": "ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.", "icons": { "128": "icon.jpg" }, "action": { "default_title": "ChattyBuddy", "default_icon": "icon.jpg" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "storage", "activeTab", "scripting" ], "web_accessible_resources": [ { "resources": [ "mark.js" ], "matches": [ "*:\/\/*.chattybuddy.io\/*" ] } ] } |