ChatGPT Suffixes

Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.

Apa itu ChatGPT Suffixes?

ChatGPT Suffixes adalah ekstensi Chrome yang dikembangkan oleh dara_tobi, dan fitur utamanya adalah "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ChatGPT Suffixes

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

                        This extension lets you add suffixes that will be sent along with every one of the questions that you ask ChatGPT.                    

Informasi Dasar Ekstensi

Nama ChatGPT Suffixes ChatGPT Suffixes
ID oehgfocgldkopdjdkeikddcdkdechplm
URL Resmi https://chromewebstore.google.com/detail/chatgpt-suffixes/oehgfocgldkopdjdkeikddcdkdechplm
Deskripsi Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.
Ukuran File 11.81 KB
Jumlah Instalasi 57
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2023-06-04
Tanggal Publikasi 2023-04-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang dara_tobi
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://twitter.com/dara_tobi
URL Halaman Bantuan https://twitter.com/dara_tobi
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dara Oladosu",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "description": "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.",
    "icons": {
        "48": "chat-gpt-suffixes.png"
    },
    "manifest_version": 3,
    "name": "ChatGPT Suffixes",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "ChatGPT Suffixes",
    "version": "1.0.7"
}