Netflix Subtitles Translator

Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.

Cos'è Netflix Subtitles Translator?

Netflix Subtitles Translator è un'estensione di Chrome sviluppata da krbv, e la sua funzione principale è "Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Netflix Subtitles Translator

Scarica i file di estensione Netflix Subtitles Translator 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

                        This extension allows you to quickly translate netflix subtitles from one language to other language.                    

Informazioni di Base sull'Estensione

Nome Netflix Subtitles Translator Netflix Subtitles Translator
ID lifnhhhbkmkobgokokejfjnfpgcnappe
URL Ufficiale https://chromewebstore.google.com/detail/netflix-subtitles-transla/lifnhhhbkmkobgokokejfjnfpgcnappe
Descrizione Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.
Dimensione del File 90.9 KB
Conteggio Installazioni 5,588
Versione Corrente 0.1.2
Ultimo Aggiornamento 2018-11-23
Data di Pubblicazione 2018-11-23
Valutazione 3.50/5 Totale 10 Valutazioni
Sviluppatore krbv
Tipo di Pagamento free
Lingue Supportate 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"
}