ChatKar - Conversations with ChatGPT

ChatKar: Smart conversations with ChatGPT for everyone

Qu'est-ce que ChatKar - Conversations with ChatGPT ?

ChatKar - Conversations with ChatGPT est une extension Chrome développée par KARHIT STD, et sa fonction principale est "ChatKar: Smart conversations with ChatGPT for everyone".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ChatKar - Conversations with ChatGPT

Téléchargez les fichiers d'extension ChatKar - Conversations with ChatGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ChatKar.vn cho phép bạn trò chuyện dễ dàng và nhanh chóng với ChatGPT, mô hình ngôn ngữ trí tuệ nhân tạo tiên tiến nhất.                    

Informations de Base sur l'Extension

Nom ChatKar - Conversations with ChatGPT ChatKar - Conversations with ChatGPT
ID ohhcejhbaeokognbbkdecdfampcdpgfh
URL Officiel https://chromewebstore.google.com/detail/chatkar-conversations-wit/ohhcejhbaeokognbbkdecdfampcdpgfh
Description ChatKar: Smart conversations with ChatGPT for everyone
Taille du Fichier 136 KB
Nombre d'Installations 37
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-04-20
Date de Publication 2023-04-19
Développeur KARHIT STD
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.chatkar.vn/
URL de la Page d'Aide https://www.chatkar.vn/policy
Langues Prises en Charge vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "ChatKar - Conversations with ChatGPT",
    "description": "ChatKar: Smart conversations with ChatGPT for everyone",
    "icons": {
        "16": ".\/logo\/CHATKAR-removebg-preview_16.png",
        "32": ".\/logo\/CHATKAR-removebg-preview_32.png",
        "48": ".\/logo\/CHATKAR-removebg-preview_48.png"
    },
    "action": {
        "default_popup": ".\/dist\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/api.chatkar.vn\/"
    ]
}