StylerGPT: ChatGPT with better UI

A better UI for ChatGPT. Customize the ChatGPT user interface by choosing colors, fonts, backgrounds and more. Download for free!

ما هو StylerGPT: ChatGPT with better UI؟

StylerGPT: ChatGPT with better UI هو إضافة Chrome تم تطويرها بواسطة https://botrush.io، والميزة الرئيسية لها هي "A better UI for ChatGPT. Customize the ChatGPT user interface by choosing colors, fonts, backgrounds and more. Download for free!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة StylerGPT: ChatGPT with better UI

قم بتنزيل ملفات الامتداد StylerGPT: ChatGPT with better UI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Looking for a better UI for ChatGPT? Do you want to try a REALLY better UI for ChatGPT? Look no further! 🔥 

Discover StylerGPT for ChatGPT, the ultimate Chrome extension tailored for those craving a better UI for ChatGPT. This feature-rich tool offers a wide range of personalization options, allowing you to tailor ChatGPT's aesthetics.

NEW: Fully compatible with Superpower ChatGPT ✅

Dive into diverse color palettes, captivating background images, adjustable opacity levels, a variety of fonts, adjustable font sizes, and customizable chat dimensions. It's the moment to re-imagine ChatGPT UI, making it truly yours!

Main features:
 • 25 color schemes (dark & light)
 • 25 HQ backgrounds
 • 25 Google fonts

Fully compatible with the latest updates for ChatGPT Plus users: Custom GPTs, GPTs Store, GPT-4 Turbo and GPT-4 Vision models, DALL-E 3, Browsing, Analysis and Custom GPTs.

With StylerGPT for ChatGPT, you can transform your ChatGPT experience into a visually stunning and personalized journey. Whether you prefer a sleek and minimalistic design or a vibrant and colorful UI, this extension has got you covered. Say goodbye to the monotonous default look and hello to a ChatGPT that reflects your unique style and preferences.

User-friendly? Absolutely. With its intuitive design, our extension ensures effortless navigation and customization. No need for coding or specialized knowledge. It's a seamless and hassle-free experience that anyone can enjoy.

Enhance your productivity and engagement by shaping a ChatGPT UI that fits your style. Boost your creativity, improve focus, and enjoy a more immersive conversation with the power of tailored aesthetics. Stand out from the crowd and make your ChatGPT experience truly exceptional with your better UI for ChatGPT.

What are you waiting for? Try StylerGPT for ChatGPT today and unlock the full potential of your ChatGPT UI. Best of all, it's completely free!

© Copyright 2023 Botrush. All Rights Reserved.

* This extension is developed by Botrush. Please note that Botrush is an independent project and is neither affiliated with nor endorsed by OpenAI OpCo, LLC.                    

معلومات أساسية عن التمديد

الاسم StylerGPT: ChatGPT with better UI StylerGPT: ChatGPT with better UI
ID hmmijabfpeeiddcjlckllcogkpcaglhg
عنوان URL الرسمي https://chromewebstore.google.com/detail/stylergpt-chatgpt-with-be/hmmijabfpeeiddcjlckllcogkpcaglhg
الوصف A better UI for ChatGPT. Customize the ChatGPT user interface by choosing colors, fonts, backgrounds and more. Download for free!
حجم الملف 8.29 MB
عدد التثبيتات 10,365
النسخة الحالية 2024.2.3
آخر تحديث 2024-02-23
تاريخ النشر 2023-02-15
تقييم 4.88/5 مجموع تقييمات 76
المطور https://botrush.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://stylergpt.botrush.io
عنوان صفحة المساعدة https://stylergpt.botrush.io/#faq
عنوان صفحة سياسة الخصوصية https://botrush.io/privacy?utm_source=chromestore&utm_medium=browser
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2024.2.3",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "scripts\/background\/init.js"
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "styles\/global.css",
                "styles\/fonts.css",
                "styles\/animate.min.css"
            ],
            "js": [
                "scripts\/content\/background.js",
                "scripts\/content\/widget.js",
                "scripts\/content\/utils.js",
                "scripts\/content\/themes.js",
                "scripts\/content\/fonts.js",
                "scripts\/content\/welcome.js",
                "scripts\/content\/appmsg.js",
                "scripts\/3rd-party\/sentry.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.map",
                "*.json",
                "components\/*",
                "images\/*",
                "styles\/*",
                "scripts\/content\/injected.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "64": "images\/icons\/64.png",
        "96": "images\/icons\/96.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png",
            "64": "images\/icons\/64.png",
            "96": "images\/icons\/96.png",
            "128": "images\/icons\/128.png",
            "256": "images\/icons\/256.png"
        },
        "default-title": "StylerGPT: ChatGPT with better UI"
    }
}