RTL GPT

Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…

RTL GPT là gì?

RTL GPT là một tiện ích mở rộng Chrome được phát triển bởi liortesta, và tính năng chính của nó là "Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RTL GPT

Tải xuống các tệp mở rộng RTL GPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RTL GPT RTL GPT
ID inechakhholmjbmnnnfeoflfcflenndg
URL Chính Thức https://chromewebstore.google.com/detail/rtl-gpt/inechakhholmjbmnnnfeoflfcflenndg
Mô tả Flip AI sites from left to right Currently the following sites are supported: chatgpt agentgpt God mode Very simple installation…
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-08-14
Ngày Phát Hành 2023-08-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển liortesta
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://auto-gpt.co.il/
URL Trang Trợ Giúp https://liortesta.com/
URL Trang Chính Sách Bảo Mật https://liortesta.com/terms-and-conditions
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}