RTL GPT
Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…
Was ist RTL GPT?
RTL GPT ist eine Chrome-Erweiterung, die von liortesta entwickelt wurde, und ihr Hauptmerkmal ist "Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…".
Erweiterungsscreenshots
RTL GPT-Erweiterungs-CRX-Datei herunterladen
Laden Sie RTL GPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | inechakhholmjbmnnnfeoflfcflenndg |
| Offizielle URL | https://chromewebstore.google.com/detail/rtl-gpt/inechakhholmjbmnnnfeoflfcflenndg |
| Beschreibung | Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation… |
| Dateigröße | 108 KB |
| Installationsanzahl | 70 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2023-08-14 |
| Veröffentlichungsdatum | 2023-08-14 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | liortesta |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://auto-gpt.co.il/ |
| Hilfeseite URL | https://liortesta.com/ |
| URL der Datenschutzrichtlinien-Seite | https://liortesta.com/terms-and-conditions |
| Unterstützte Sprachen | 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"
}
} | |