ChatGPT Plus

Paste powerful prompt in chatGPT with easy step

Apa itu ChatGPT Plus?

ChatGPT Plus adalah ekstensi Chrome yang dikembangkan oleh greedy0101, dan fitur utamanya adalah "Paste powerful prompt in chatGPT with easy step".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ChatGPT Plus

Unduh file ekstensi ChatGPT Plus 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

                        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.                    

Informasi Dasar Ekstensi

Nama ChatGPT Plus ChatGPT Plus
ID ehpjephpbgcihnmdapkcbpnfmkdpgbid
URL Resmi https://chromewebstore.google.com/detail/chatgpt-plus/ehpjephpbgcihnmdapkcbpnfmkdpgbid
Deskripsi Paste powerful prompt in chatGPT with easy step
Ukuran File 9.97 MB
Jumlah Instalasi 37
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-03-22
Tanggal Publikasi 2023-03-13
Pengembang greedy0101
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}