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开发的Chrome扩展程序,该扩展的主要功能是“Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…”。
扩展截图
下载RTL GPT扩展crx文件
下载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" } } |