RTL GPT
Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…
O que é RTL GPT?
RTL GPT é uma extensão do Chrome desenvolvida por liortesta, e sua principal característica é "Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RTL GPT
Baixe arquivos de extensão RTL GPT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 Informações Básicas da Extensão
| Nome | |
| ID | inechakhholmjbmnnnfeoflfcflenndg |
| URL Oficial | https://chromewebstore.google.com/detail/rtl-gpt/inechakhholmjbmnnnfeoflfcflenndg |
| Descrição | Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation… |
| Tamanho do Arquivo | 108 KB |
| Contagem de Instalações | 70 |
| Versão Atual | 1.0 |
| Última Atualização | 2023-08-14 |
| Data de Publicação | 2023-08-14 |
| Classificação | 5.00/5 Total de 3 Avaliações |
| Desenvolvedor | liortesta |
| [email protected] | |
| Tipo de Pagamento | free |
| Site da Extensão | https://auto-gpt.co.il/ |
| URL da Página de Ajuda | https://liortesta.com/ |
| URL da Página de Política de Privacidade | https://liortesta.com/terms-and-conditions |
| Idiomas Suportados | 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"
}
} | |