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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| 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/ |
| عنوان صفحة المساعدة | https://liortesta.com/ |
| عنوان صفحة سياسة الخصوصية | 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"
}
} | |