styleGPT - The Best Customizer for ChatGPT
🤖🧩 styleGPT is an extension that change style from chatGPT web 🐦🌈
styleGPT - The Best Customizer for ChatGPTคืออะไร?
styleGPT - The Best Customizer for ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PigeonPosse และคุณลักษณะหลักของมันคือ "🤖🧩 styleGPT is an extension that change style from chatGPT web 🐦🌈"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย styleGPT - The Best Customizer for ChatGPT
ดาวน์โหลดไฟล์ส่วนขยาย styleGPT - The Best Customizer for ChatGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
StyleGPT is an extension that will provide you with tools to customize the appearance of ChatGPT according to your preferences. 🤖🧩 Discover the aesthetic evolution with styleGPT, the extension that redefines the appearance of ChatGPT. 🚀 Immerse yourself in a unique experience fusing elegance and functionality in every interaction. Explore the magic of artificial intelligence through an interface that transcends the ordinary. Light up your conversations and elevate your interaction with ChatGPT to a new aesthetic level. ✨💬 Join the user experience revolution with styleGPT and experience an unparalleled visual standard.✨💻🌈 At only 69.41 KB in weight, StyleGPT is a light and fast extension. 🤖🐦🌈✨ Updated functions: ✅ Improved interface. ✅ Interactive menu. ✅ Hide/show menu button. ✅ Dark mode button. ✅ New chat button. ✅ Customize chat menu. ✅ Color, text and background choice options for user or AI. ✅ Change styles to the code editor ✅ Change styles to sidebar 🔜 Delete chat button. 🔜 Active/desactive button
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | styleGPT - The Best Customizer for ChatGPT |
ID | khoggafmiibmeihpkpbkllkkdfhmokoj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stylegpt-the-best-customi/khoggafmiibmeihpkpbkllkkdfhmokoj |
คำอธิบาย | 🤖🧩 styleGPT is an extension that change style from chatGPT web 🐦🌈 |
ขนาดไฟล์ | 68.36 KB |
จำนวนการติดตั้ง | 71 |
เวอร์ชันปัจจุบัน | 1.3.5 |
อัปเดตครั้งล่าสุด | 2023-12-24 |
วันที่เผยแพร่ | 2023-03-16 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | PigeonPosse |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://pigeonposse.com |
URL หน้าช่วยเหลือ | https://pigeonposse.com |
URL หน้านโยบายความเป็นส่วนตัว | https://pigeonposse.com/policy |
ภาษาที่รองรับ | en,ca,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.3.5", "name": "__MSG_name__", "description": "__MSG_description__", "author": "PigeonPosse Collective", "homepage_url": "https:\/\/pigeonposse.com", "default_locale": "en", "icons": { "16": "icon-16.5ee65a88.png", "32": "icon-32.66727098.png", "48": "icon-48.4e6d74e6.png", "96": "icon-96.b4361d6c.png", "128": "icon-128.392e1197.png" }, "action": { "default_popup": "popup.1bb9c9dd.html" }, "background": { "service_worker": "background.49f558ab.js" }, "content_scripts": [ { "js": [ "content.runtime.d822aab6.js", "content.73df2c4f.js" ], "css": [ "content.6902b352.css" ], "matches": [ "https:\/\/chat.openai.com\/*" ], "exclude_matches": [ "https:\/\/chat.openai.com\/share\/*" ], "run_at": "document_end" } ], "permissions": [ "storage", "activeTab", "contextMenus" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "web_accessible_resources": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "resources": [ "logo.98a0d7ee.png" ] } ] } |