Speechyard for Netflix
Learn English watching TV shows and movies on Netflix
Speechyard for Netflix là gì?
Speechyard for Netflix là một tiện ích mở rộng Chrome được phát triển bởi https://speechyard.com, và tính năng chính của nó là "Learn English watching TV shows and movies on Netflix".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Speechyard for Netflix
Tải xuống các tệp mở rộng Speechyard for Netflix 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Speechyard for Netflix |
ID | ieompfkbfmgldbklegjkbljclgncbagm |
URL Chính Thức | https://chromewebstore.google.com/detail/speechyard-for-netflix/ieompfkbfmgldbklegjkbljclgncbagm |
Mô tả | Learn English watching TV shows and movies on Netflix |
Kích Thước Tệp | 60.8 KB |
Số Lần Cài Đặt | 3,687 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2018-11-13 |
Ngày Phát Hành | 2018-11-13 |
Đánh Giá | 3.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://speechyard.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://speechyard.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |