Persona ChatGPT

Create your own ChatGPT character! Set up user predefined prompt and character image!

Apa itu Persona ChatGPT?

Persona ChatGPT adalah ekstensi Chrome yang dikembangkan oleh aitechhacks, dan fitur utamanya adalah "Create your own ChatGPT character! Set up user predefined prompt and character image!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Persona ChatGPT

Unduh file ekstensi Persona ChatGPT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ntroducing Persona ChatGPT: Your Ultimate Chrome Extension for a Fun ChatGPT Experience!

Imagine opening your ChatGPT application and being instantly greeted by a familiar and comforting environment, with a background image that resonates with your personality and preferences. Welcome to the Persona ChatGPT – the ultimate Chrome extension designed to elevate your ChatGPT experience to a whole new level!

The Persona ChatGPT offers you the freedom to customize your interactions with the powerful ChatGPT AI, transforming your sessions into a more personal and productive experience creating engaging conversations with the AI.

Key Features:

Personalized Background Image:
The Persona ChatGPT allows you to set your own background image, giving you the perfect ambiance for your creative sessions. Choose a picture that inspires you, reflects your interests, or simply sets a relaxing atmosphere. Your ChatGPT experience will never be the same again!

Customized Prompt:
Tired of typing the same prompt every time you start a new session? With the Persona ChatGPT, you can save your favorite default prompt, so you won't need to write it every time you use the application. Boost your productivity and dive straight into engaging conversations with the AI!

Interactive Character Creation:
Unleash your imagination and create your own characters to interact with ChatGPT! Set up your background image and prompt to act as any persona you like. Whether you want to embody your favorite fictional character or step into the shoes of a historical figure, the possibilities are endless. Experiment with various scenarios and let your creativity run wild!

Benefits:

Enhanced Creativity:
The Persona ChatGPT offers an immersive environment that encourages creativity and enhances your engagement with the AI. Customizing the background image, prompt, and characters will inspire you to think outside the box and explore new ideas.

Increased Productivity:
By setting your default prompt, you'll save time and energy that can be better spent on more engaging conversations. The Persona ChatGPT helps you stay focused and streamline your workflow.

Unmatched Personalization:
Your ChatGPT experience is uniquely yours. The Persona ChatGPT ensures that every interaction with the AI reflects your preferences and personality, making your sessions more enjoyable and fulfilling.

Endless Possibilities:
With the ability to create and interact with your own characters, you can explore a wide range of scenarios, stories, and ideas. Whether you're seeking inspiration for your next novel or simply looking to have fun with the AI, the Persona ChatGPT has got you covered.

Get ready to revolutionize your ChatGPT experience with the Persona ChatGPT Chrome extension! Say goodbye to bland, generic interactions and embrace a world of personalized creativity and productivity. Install the Persona ChatGPT today and let your imagination soar!

How to use: 

Navigate to your chat.openai.com 
In your NEW CHAT send these messages to set up image and prompts:

/img [online image file]

For example, for google drive images use
        https://drive.google.com/uc?id=[your image ID]

/prompt [text]

To remove all previous presets:
/img    remove 
/prompt remove

>>>> Join our Discord Server <<<<
https://discord.gg/UgBUkKkQ5P                    

Informasi Dasar Ekstensi

Nama Persona ChatGPT Persona ChatGPT
ID nhcodekjcimnncccpbndaggihljgfcja
URL Resmi https://chromewebstore.google.com/detail/persona-chatgpt/nhcodekjcimnncccpbndaggihljgfcja
Deskripsi Create your own ChatGPT character! Set up user predefined prompt and character image!
Ukuran File 2.75 MB
Jumlah Instalasi 46
Versi Saat Ini 0.1
Terakhir Diperbarui 2023-05-06
Tanggal Publikasi 2023-05-05
Pengembang aitechhacks
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://discord.gg/UgBUkKkQ5P
URL Halaman Bantuan https://discord.gg/UgBUkKkQ5P
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Persona ChatGPT",
    "description": "Create your own ChatGPT character! Set up user predefined prompt and character image!",
    "version": "0.1",
    "permissions": [
        "identity",
        "identity.email",
        "storage"
    ],
    "icons": {
        "16": "imgs\/icon-16.png",
        "32": "imgs\/icon-32.png",
        "96": "imgs\/icon-96.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "imgs\/icon-16.png",
            "32": "imgs\/icon-32.png",
            "96": "imgs\/icon-96.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}