ChattyBuddy

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

¿Qué es ChattyBuddy?

ChattyBuddy es una extensión de Chrome desarrollada por chattybuddy, y su función principal es "ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ChattyBuddy

Descarga archivos de extensión ChattyBuddy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ChattyBuddy ChattyBuddy
ID aepfjmmhegafegjdjjeibidefhdccenj
URL Oficial https://chromewebstore.google.com/detail/chattybuddy/aepfjmmhegafegjdjjeibidefhdccenj
Descripción ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.
Tamaño del Archivo 23.23 KB
Cantidad de Instalaciones 412
Versión Actual 1.2
Última Actualización 2023-04-04
Fecha de Publicación 2023-03-16
Desarrollador chattybuddy
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://chattybuddy.io/privacy.html
Idiomas Soportados 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\/*"
            ]
        }
    ]
}