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) là gì?

AI Youtube Netflix dual subtitle (Eng Study) là một tiện ích mở rộng Chrome được phát triển bởi yu423358812, và tính năng chính của nó là "DiDi english dual subtitles for YouTube and Netflix videos, ChatGPT AI translator. Learn English through YouTube and Netflix.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AI Youtube Netflix dual subtitle (Eng Study)

Tải xuống các tệp mở rộng AI Youtube Netflix dual subtitle (Eng Study) 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

                        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 !!!                    

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

Tên AI Youtube Netflix dual subtitle (Eng Study) AI Youtube Netflix dual subtitle (Eng Study)
ID deemolbnfolgeaepdfnbelncedlekgok
URL Chính Thức https://chromewebstore.google.com/detail/ai-youtube-netflix-dual-s/deemolbnfolgeaepdfnbelncedlekgok
Mô tả DiDi english dual subtitles for YouTube and Netflix videos, ChatGPT AI translator. Learn English through YouTube and Netflix.
Kích Thước Tệp 10.02 MB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-08-12
Ngày Phát Hành 2023-08-12
Nhà Phát Triển yu423358812
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.didienglish.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}