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.”。
扩展截图
下载AI Youtube Netflix dual subtitle (Eng Study)扩展crx文件
下载AI Youtube Netflix dual subtitle (Eng Study)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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) |
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" ] } |