Speechyard for Netflix
Learn English watching TV shows and movies on Netflix
Was ist Speechyard for Netflix?
Speechyard for Netflix ist eine Chrome-Erweiterung, die von https://speechyard.com entwickelt wurde, und ihr Hauptmerkmal ist "Learn English watching TV shows and movies on Netflix".
Erweiterungsscreenshots
Speechyard for Netflix-Erweiterungs-CRX-Datei herunterladen
Laden Sie Speechyard for Netflix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Speechyard for Netflix |
ID | ieompfkbfmgldbklegjkbljclgncbagm |
Offizielle URL | https://chromewebstore.google.com/detail/speechyard-for-netflix/ieompfkbfmgldbklegjkbljclgncbagm |
Beschreibung | Learn English watching TV shows and movies on Netflix |
Dateigröße | 60.8 KB |
Installationsanzahl | 3,687 |
Aktuelle Version | 1.0.7 |
Letztes Update | 2018-11-13 |
Veröffentlichungsdatum | 2018-11-13 |
Bewertung | 3.40/5 Insgesamt 5 Bewertungen |
Entwickler | https://speechyard.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://speechyard.com |
Unterstützte Sprachen | 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" } } |