ChattyBuddy

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

Was ist ChattyBuddy?

ChattyBuddy ist eine Chrome-Erweiterung, die von chattybuddy entwickelt wurde, und ihr Hauptmerkmal ist "ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.".

Erweiterungsscreenshots

screenshot

ChattyBuddy-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChattyBuddy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ChattyBuddy ChattyBuddy
ID aepfjmmhegafegjdjjeibidefhdccenj
Offizielle URL https://chromewebstore.google.com/detail/chattybuddy/aepfjmmhegafegjdjjeibidefhdccenj
Beschreibung ChattyBuddy is a Chrome extension that allows you to chat with the AI-powered chatbot, Buddy, while you browse the web.
Dateigröße 23.23 KB
Installationsanzahl 412
Aktuelle Version 1.2
Letztes Update 2023-04-04
Veröffentlichungsdatum 2023-03-16
Entwickler chattybuddy
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://chattybuddy.io/privacy.html
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}