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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |