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…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

RTL GPT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}