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 liortesta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RTL GPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | 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" } } |