NOT OFFICAL Chat GPT Chrome
NOT OFFICAL Chat GPT for Google Chrome extension
NOT OFFICAL Chat GPT Chromeคืออะไร?
NOT OFFICAL Chat GPT Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ali Kaan BAŞHAN และคุณลักษณะหลักของมันคือ "NOT OFFICAL Chat GPT for Google Chrome extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NOT OFFICAL Chat GPT Chrome
ดาวน์โหลดไฟล์ส่วนขยาย NOT OFFICAL Chat GPT Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chat GPT Chrome , you can use chat gpt on google chrome browser. For use this extension just click the extension icon and this extension will connect to chat gpt. You can use chat gpt with this extension. Actuallly this extension open the chat gpt in popup area.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NOT OFFICAL Chat GPT Chrome |
ID | jfhkkohmdboppgpgikfogaipnkfkapdp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/not-offical-chat-gpt-chro/jfhkkohmdboppgpgikfogaipnkfkapdp |
คำอธิบาย | NOT OFFICAL Chat GPT for Google Chrome extension |
ขนาดไฟล์ | 45.36 KB |
จำนวนการติดตั้ง | 517 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-05-06 |
วันที่เผยแพร่ | 2023-02-26 |
ผู้พัฒนา | Ali Kaan BAŞHAN |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "hello.png", "38": "hello.png", "48": "hello.png", "128": "hello.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "popup\/index.js" ], "matches": [ "https:\/\/chat.openai.com\/api\/auth\/session" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "description": "NOT OFFICAL Chat GPT for Google Chrome extension", "icons": { "16": "hello.png", "32": "hello.png", "48": "hello.png", "128": "hello.png" }, "manifest_version": 3, "name": "NOT OFFICAL Chat GPT Chrome", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |