Speechyard for Netflix
Learn English watching TV shows and movies on Netflix
Apa itu Speechyard for Netflix?
Speechyard for Netflix adalah ekstensi Chrome yang dikembangkan oleh https://speechyard.com, dan fitur utamanya adalah "Learn English watching TV shows and movies on Netflix".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Speechyard for Netflix
Unduh file ekstensi Speechyard for Netflix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Speechyard for Netflix |
ID | ieompfkbfmgldbklegjkbljclgncbagm |
URL Resmi | https://chromewebstore.google.com/detail/speechyard-for-netflix/ieompfkbfmgldbklegjkbljclgncbagm |
Deskripsi | Learn English watching TV shows and movies on Netflix |
Ukuran File | 60.8 KB |
Jumlah Instalasi | 3,687 |
Versi Saat Ini | 1.0.7 |
Terakhir Diperbarui | 2018-11-13 |
Tanggal Publikasi | 2018-11-13 |
Penilaian | 3.40/5 Total 5 Penilaian |
Pengembang | https://speechyard.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://speechyard.com |
Bahasa yang Didukung | 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" } } |