ChatKar - Conversations with ChatGPT
ChatKar: Smart conversations with ChatGPT for everyone
What is ChatKar - Conversations with ChatGPT?
ChatKar - Conversations with ChatGPT is a Chrome extension developed by KARHIT STD, and its main feature is "ChatKar: Smart conversations with ChatGPT for everyone".
Extension Screenshots
Download ChatKar - Conversations with ChatGPT Extension CRX File
Download ChatKar - Conversations with ChatGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ChatKar - Conversations with ChatGPT |
ID | ohhcejhbaeokognbbkdecdfampcdpgfh |
Official URL | https://chromewebstore.google.com/detail/chatkar-conversations-wit/ohhcejhbaeokognbbkdecdfampcdpgfh |
Description | ChatKar: Smart conversations with ChatGPT for everyone |
File Size | 136 KB |
Installation Count | 37 |
Current Version | 1.0.0 |
Last Updated | 2023-04-20 |
Publish Date | 2023-04-19 |
Developer | KARHIT STD |
[email protected] | |
Payment Type | free |
Extension Website | https://www.chatkar.vn/ |
Help Page URL | https://www.chatkar.vn/policy |
Supported Languages | 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\/" ] } |