RTL GPT
Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…
Qu'est-ce que RTL GPT ?
RTL GPT est une extension Chrome développée par liortesta, et sa fonction principale est "Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RTL GPT
Téléchargez les fichiers d'extension RTL GPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Flip AI sites from left to right
Currently the following sites are supported:
chatgpt
agentgpt
God mode
Very simple installation
You download the plugin
And as soon as you enter one of the sites
You will see the color of the sapphire in blue
And the site will move from left to right Informations de Base sur l'Extension
| Nom | |
| ID | inechakhholmjbmnnnfeoflfcflenndg |
| URL Officiel | https://chromewebstore.google.com/detail/rtl-gpt/inechakhholmjbmnnnfeoflfcflenndg |
| Description | Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation… |
| Taille du Fichier | 108 KB |
| Nombre d'Installations | 70 |
| Version Actuelle | 1.0 |
| Dernière Mise à Jour | 2023-08-14 |
| Date de Publication | 2023-08-14 |
| Évaluation | 5.00/5 Total 3 Évaluations |
| Développeur | liortesta |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://auto-gpt.co.il/ |
| URL de la Page d'Aide | https://liortesta.com/ |
| URL de la Page de Politique de Confidentialité | https://liortesta.com/terms-and-conditions |
| Langues Prises en Charge | iw |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "RTL GPT",
"version": "1.0",
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/",
"https:\/\/agentgpt.reworkd.ai\/",
"https:\/\/godmode.space\/"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "RTLGPT.png",
"32": "RTLGPT.png",
"48": "RTLGPT.png",
"128": "RTLGPT.png"
}
} | |