ChatGPT Suffixes
Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.
Wat is ChatGPT Suffixes?
ChatGPT Suffixes is een Chrome-extensie ontwikkeld door dara_tobi, en de belangrijkste functie is "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatGPT Suffixes
Download ChatGPT Suffixes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension lets you add suffixes that will be sent along with every one of the questions that you ask ChatGPT.
Basisinformatie over de Extensie
Naam | ChatGPT Suffixes |
ID | oehgfocgldkopdjdkeikddcdkdechplm |
Officiële URL | https://chromewebstore.google.com/detail/chatgpt-suffixes/oehgfocgldkopdjdkeikddcdkdechplm |
Beschrijving | Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT. |
Bestandsgrootte | 11.81 KB |
Aantal Installaties | 57 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2023-06-04 |
Publicatiedatum | 2023-04-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | dara_tobi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://twitter.com/dara_tobi |
Help Pagina-URL | https://twitter.com/dara_tobi |
Ondersteunde Talen | 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" } |