Persona ChatGPT

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

什么是Persona ChatGPT?

Persona ChatGPT是由aitechhacks开发的Chrome扩展程序,该扩展的主要功能是“Create your own ChatGPT character! Set up user predefined prompt and character image!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Persona ChatGPT扩展crx文件

下载Persona ChatGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Persona ChatGPT Persona ChatGPT
ID nhcodekjcimnncccpbndaggihljgfcja
官方URL https://chromewebstore.google.com/detail/persona-chatgpt/nhcodekjcimnncccpbndaggihljgfcja
简介 Create your own ChatGPT character! Set up user predefined prompt and character image!
文件大小 2.75 MB
安装次数 46
当前版本 0.1
更新时间 2023-05-06
上架时间 2023-05-05
开发者 aitechhacks
电子邮箱 [email protected]
付费类型 free
扩展官网 https://discord.gg/UgBUkKkQ5P
帮助页面URL https://discord.gg/UgBUkKkQ5P
支持的语言 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'"
    }
}