Speechyard for Netflix
Learn English watching TV shows and movies on Netflix
什么是Speechyard for Netflix?
Speechyard for Netflix是由https://speechyard.com开发的Chrome扩展程序,该扩展的主要功能是“Learn English watching TV shows and movies on Netflix”。
扩展截图
下载Speechyard for Netflix扩展crx文件
下载Speechyard for Netflix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Learn English watching TV shows and movies. This extension gives gives you the opportunity to translate unknown words right while you're watching movies on Netflix. A Netflix subscription is necessary to use this extension.
扩展基本信息
名称 | Speechyard for Netflix |
ID | ieompfkbfmgldbklegjkbljclgncbagm |
官方URL | https://chromewebstore.google.com/detail/speechyard-for-netflix/ieompfkbfmgldbklegjkbljclgncbagm |
简介 | Learn English watching TV shows and movies on Netflix |
文件大小 | 60.8 KB |
安装次数 | 3,687 |
当前版本 | 1.0.7 |
更新时间 | 2018-11-13 |
上架时间 | 2018-11-13 |
评分 | 3.40/5 共5次评分 |
开发者 | https://speechyard.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://speechyard.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speechyard for Netflix", "description": "Learn English watching TV shows and movies on Netflix", "version": "1.0.7", "icons": { "16": "images\/no-active.png" }, "homepage_url": "http:\/\/speechyard.com", "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/*" ], "js": [ "js\/content-scripts\/lib\/jquery-3.1.1.min.js", "js\/lib\/require.min.js", "js\/modules\/codeInjector.js", "js\/modules\/config.js", "js\/modules\/translations.js", "js\/content-scripts\/init_metadata.js" ] } ], "background": { "scripts": [ "js\/modules\/config.js", "js\/modules\/translations.js", "js\/lib\/require.min.js", "js\/backend-scripts\/main.js", "js\/backend-scripts\/subtitles.js", "js\/backend-scripts\/facebook.js", "js\/backend-scripts\/request_hijacking.js" ], "persistent": true }, "permissions": [ "tabs", "webRequest", "webNavigation", "webRequestBlocking", "*:\/\/*.nflximg.com\/*", "*:\/\/*.nflxvideo.net\/*", "*:\/\/*.nflxext.com\/*", "*:\/\/*.netflix.com\/*", "*:\/\/*.nflximg.net\/*", "*:\/\/speechyard.com\/*" ], "browser_action": { "default_title": "Speechyard Netflix" } } |