AI Youtube Netflix dual subtitle (Eng Study)

DiDi english dual subtitles for YouTube and Netflix videos, ChatGPT AI translator. Learn English through YouTube and Netflix.

AI Youtube Netflix dual subtitle (Eng Study)란 무엇입니까?

AI Youtube Netflix dual subtitle (Eng Study)은(는) yu423358812에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DiDi english dual subtitles for YouTube and Netflix videos, ChatGPT AI translator. Learn English through YouTube and Netflix."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

AI Youtube Netflix dual subtitle (Eng Study) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        DiDi english provides dual subtitles for YouTube and Netflix, as well as ChatGPT AI translator for subtitles. 

Didi English is designed to assist with learning English through YouTube and Netflix. In addition to these platforms, we offer a variety of English learning tools to ensure that learners can study the language both pleasantly and effortlessly.

100% Chatgpt AI explanation to all words, phrases, sentences !!!                    

확장 프로그램 기본 정보

이름 AI Youtube Netflix dual subtitle (Eng Study) AI Youtube Netflix dual subtitle (Eng Study)
ID deemolbnfolgeaepdfnbelncedlekgok
공식 URL https://chromewebstore.google.com/detail/ai-youtube-netflix-dual-s/deemolbnfolgeaepdfnbelncedlekgok
설명 DiDi english dual subtitles for YouTube and Netflix videos, ChatGPT AI translator. Learn English through YouTube and Netflix.
파일 크기 10.02 MB
설치 횟수 20
현재 버전 1.0.0
최근 업데이트 2023-08-12
출시 날짜 2023-08-12
개발자 yu423358812
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.didienglish.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "AI Youtube Netflix dual subtitle (Eng Study)",
    "manifest_version": 3,
    "description": "DiDi english dual subtitles for YouTube and Netflix videos, ChatGPT AI translator. Learn English through YouTube and Netflix.",
    "icons": {
        "16": "\/assets\/icons\/ic16.png",
        "32": "\/assets\/icons\/ic32.png",
        "48": "\/assets\/icons\/ic48.png",
        "96": "\/assets\/icons\/ic96.png",
        "128": "\/assets\/icons\/ic128.png",
        "256": "\/assets\/icons\/ic256.png",
        "512": "\/assets\/icons\/ic512.png"
    },
    "action": {
        "default_title": "popup"
    },
    "background": {
        "type": "module",
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/netflix.com\/*",
                "https:\/\/www.netflix.com\/*",
                "https:\/\/didienglish.com\/*",
                "https:\/\/www.didienglish.com\/*"
            ],
            "js": [
                "edvideo-onload.js"
            ],
            "css": [
                "edvideo.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "commands": [],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}