Speechyard for Netflix
Learn English watching TV shows and movies on Netflix
Cos'è Speechyard for Netflix?
Speechyard for Netflix è un'estensione di Chrome sviluppata da https://speechyard.com, e la sua funzione principale è "Learn English watching TV shows and movies on Netflix".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Speechyard for Netflix
Scarica i file di estensione Speechyard for Netflix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Speechyard for Netflix |
ID | ieompfkbfmgldbklegjkbljclgncbagm |
URL Ufficiale | https://chromewebstore.google.com/detail/speechyard-for-netflix/ieompfkbfmgldbklegjkbljclgncbagm |
Descrizione | Learn English watching TV shows and movies on Netflix |
Dimensione del File | 60.8 KB |
Conteggio Installazioni | 3,687 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2018-11-13 |
Data di Pubblicazione | 2018-11-13 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | https://speechyard.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://speechyard.com |
Lingue Supportate | 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" } } |