ChatGPT Suffixes
Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.
Cos'è ChatGPT Suffixes?
ChatGPT Suffixes è un'estensione di Chrome sviluppata da dara_tobi, e la sua funzione principale è "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT Suffixes
Scarica i file di estensione ChatGPT Suffixes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension lets you add suffixes that will be sent along with every one of the questions that you ask ChatGPT.
Informazioni di Base sull'Estensione
Nome | ChatGPT Suffixes |
ID | oehgfocgldkopdjdkeikddcdkdechplm |
URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-suffixes/oehgfocgldkopdjdkeikddcdkdechplm |
Descrizione | Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT. |
Dimensione del File | 11.81 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2023-06-04 |
Data di Pubblicazione | 2023-04-12 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | dara_tobi |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitter.com/dara_tobi |
URL della Pagina di Aiuto | https://twitter.com/dara_tobi |
Lingue Supportate | 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" } |