ChatGPT Plus

Paste powerful prompt in chatGPT with easy step

O que é ChatGPT Plus?

ChatGPT Plus é uma extensão do Chrome desenvolvida por greedy0101, e sua principal característica é "Paste powerful prompt in chatGPT with easy step".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatGPT Plus

Baixe arquivos de extensão ChatGPT Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Introducing our latest innovation - the prompt extension for chatGPT. With this extension, users can receive powerful prompts and improve their writing skills by revising and refining their responses.

With this extension, you can unleash your creativity and express yourself more effectively than ever before. Its personalized prompts and adaptive learning capabilities ensure that you get the most out of your writing experience.

So why wait? Download the prompt extension for chatGPT today and start improving your writing skills in a matter of minutes. With its powerful features and intuitive design, it's the ultimate writing assistant for anyone who wants to succeed in today's fast-paced digital world.                    

Informações Básicas da Extensão

Nome ChatGPT Plus ChatGPT Plus
ID ehpjephpbgcihnmdapkcbpnfmkdpgbid
URL Oficial https://chromewebstore.google.com/detail/chatgpt-plus/ehpjephpbgcihnmdapkcbpnfmkdpgbid
Descrição Paste powerful prompt in chatGPT with easy step
Tamanho do Arquivo 9.97 MB
Contagem de Instalações 37
Versão Atual 1.1
Última Atualização 2023-03-22
Data de Publicação 2023-03-13
Desenvolvedor greedy0101
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Plus",
    "version": "1.1",
    "description": "Paste powerful prompt in chatGPT with easy step",
    "manifest_version": 3,
    "icons": {
        "32": ".\/Icon32.png",
        "128": ".\/Icon128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ]
}