ChattyBuddy

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

O que é ChattyBuddy?

ChattyBuddy é uma extensão do Chrome desenvolvida por chattybuddy, e sua principal característica é "ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ChattyBuddy

Baixe arquivos de extensão ChattyBuddy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ChattyBuddy ChattyBuddy
ID aepfjmmhegafegjdjjeibidefhdccenj
URL Oficial https://chromewebstore.google.com/detail/chattybuddy/aepfjmmhegafegjdjjeibidefhdccenj
Descrição ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.
Tamanho do Arquivo 23.23 KB
Contagem de Instalações 412
Versão Atual 1.2
Última Atualização 2023-04-04
Data de Publicação 2023-03-16
Desenvolvedor chattybuddy
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://chattybuddy.io/privacy.html
Idiomas Suportados 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\/*"
            ]
        }
    ]
}