ChatKar - Conversations with ChatGPT

ChatKar: Smart conversations with ChatGPT for everyone

Wat is ChatKar - Conversations with ChatGPT?

ChatKar - Conversations with ChatGPT is een Chrome-extensie ontwikkeld door KARHIT STD, en de belangrijkste functie is "ChatKar: Smart conversations with ChatGPT for everyone".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ChatKar - Conversations with ChatGPT

Download ChatKar - Conversations with ChatGPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ChatKar - Conversations with ChatGPT ChatKar - Conversations with ChatGPT
ID ohhcejhbaeokognbbkdecdfampcdpgfh
Officiële URL https://chromewebstore.google.com/detail/chatkar-conversations-wit/ohhcejhbaeokognbbkdecdfampcdpgfh
Beschrijving ChatKar: Smart conversations with ChatGPT for everyone
Bestandsgrootte 136 KB
Aantal Installaties 37
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-04-20
Publicatiedatum 2023-04-19
Ontwikkelaar KARHIT STD
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.chatkar.vn/
Help Pagina-URL https://www.chatkar.vn/policy
Ondersteunde Talen 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\/"
    ]
}