RTL GPT
Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…
Что такое RTL GPT?
RTL GPT - это расширение Chrome, разработанное liortesta, и его основная функция - "Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…".
Снимки экрана расширения
Скачать файл CRX расширения RTL GPT
Скачайте файлы расширений RTL GPT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | RTL GPT |
ID | inechakhholmjbmnnnfeoflfcflenndg |
Официальный URL | https://chromewebstore.google.com/detail/rtl-gpt/inechakhholmjbmnnnfeoflfcflenndg |
Описание | Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation… |
Размер файла | 108 KB |
Количество установок | 70 |
Текущая Версия | 1.0 |
Последнее Обновление | 2023-08-14 |
Дата публикации | 2023-08-14 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | liortesta |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://auto-gpt.co.il/ |
URL страницы помощи | https://liortesta.com/ |
URL страницы политики конфиденциальности | https://liortesta.com/terms-and-conditions |
Поддерживаемые языки | 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" } } |