Netflix Subtitles Translator
Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.
Wat is Netflix Subtitles Translator?
Netflix Subtitles Translator is een Chrome-extensie ontwikkeld door krbv, en de belangrijkste functie is "Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.".
Extensie Screenshots
Download het CRX-bestand van de extensie Netflix Subtitles Translator
Download Netflix Subtitles Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to quickly translate netflix subtitles from one language to other language. Basisinformatie over de Extensie
| Naam | |
| ID | lifnhhhbkmkobgokokejfjnfpgcnappe |
| Officiële URL | https://chromewebstore.google.com/detail/netflix-subtitles-transla/lifnhhhbkmkobgokokejfjnfpgcnappe |
| Beschrijving | Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support. |
| Bestandsgrootte | 90.9 KB |
| Aantal Installaties | 5,588 |
| Huidige Versie | 0.1.2 |
| Laatst Bijgewerkt | 2018-11-23 |
| Publicatiedatum | 2018-11-23 |
| Beoordeling | 3.50/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | krbv |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon-small.png"
},
"options_page": "options.html",
"content_scripts": [
{
"js": [
"content-script.js"
],
"css": [
"style.css"
],
"matches": [
"*:\/\/*.netflix.com\/*"
],
"run_at": "document_end"
}
],
"description": "Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.",
"icons": {
"128": "icon-large.png",
"16": "icon-bitty.png",
"48": "icon-small.png"
},
"manifest_version": 2,
"name": "Netflix Subtitles Translator",
"permissions": [
"contextMenus",
"tabs",
"storage"
],
"short_name": "Netflix Subtitles Translator",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.2"
} | |