ChattyBuddy

ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.

What is ChattyBuddy?

ChattyBuddy is a Chrome extension developed by chattybuddy, and its main feature is "ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.".

Extension Screenshots

screenshot

Download ChattyBuddy Extension CRX File

Download ChattyBuddy 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

                        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.                    

Extension Basic Information

Name ChattyBuddy ChattyBuddy
ID aepfjmmhegafegjdjjeibidefhdccenj
Official URL https://chromewebstore.google.com/detail/chattybuddy/aepfjmmhegafegjdjjeibidefhdccenj
Description ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.
File Size 23.23 KB
Installation Count 412
Current Version 1.2
Last Updated 2023-04-04
Publish Date 2023-03-16
Developer chattybuddy
Email [email protected]
Payment Type free
Privacy Policy Page URL https://chattybuddy.io/privacy.html
Supported Languages 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\/*"
            ]
        }
    ]
}