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 |
官方網址 | 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" } } |