Persona ChatGPT

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

Co to jest Persona ChatGPT?

Persona ChatGPT to rozszerzenie Chrome opracowane przez aitechhacks, a jego główną funkcją jest „Create your own ChatGPT character! Set up user predefined prompt and character image!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Persona ChatGPT

Pobierz pliki rozszerzeń Persona ChatGPT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Persona ChatGPT Persona ChatGPT
ID nhcodekjcimnncccpbndaggihljgfcja
Oficjalny URL https://chromewebstore.google.com/detail/persona-chatgpt/nhcodekjcimnncccpbndaggihljgfcja
Opis Create your own ChatGPT character! Set up user predefined prompt and character image!
Rozmiar pliku 2.75 MB
Liczba instalacji 46
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2023-05-06
Data Publikacji 2023-05-05
Deweloper aitechhacks
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://discord.gg/UgBUkKkQ5P
Adres URL Strony Pomocy https://discord.gg/UgBUkKkQ5P
Obsługiwane Języki 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'"
    }
}