ChatGPT Plus

Paste powerful prompt in chatGPT with easy step

Hvad er ChatGPT Plus?

ChatGPT Plus er en Chrome-udvidelse udviklet af greedy0101, og dens hovedfunktion er "Paste powerful prompt in chatGPT with easy step".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ChatGPT Plus-udvidelses-CRX-fil

Download ChatGPT Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ChatGPT Plus ChatGPT Plus
ID ehpjephpbgcihnmdapkcbpnfmkdpgbid
Officiel URL https://chromewebstore.google.com/detail/chatgpt-plus/ehpjephpbgcihnmdapkcbpnfmkdpgbid
Beskrivelse Paste powerful prompt in chatGPT with easy step
Filstørrelse 9.97 MB
Antal Installationer 37
Nuværende Version 1.1
Senest Opdateret 2023-03-22
Udgivelsesdato 2023-03-13
Udvikler greedy0101
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}