Netflix Subtitles Translator

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

Co to jest Netflix Subtitles Translator?

Netflix Subtitles Translator to rozszerzenie Chrome opracowane przez krbv, a jego główną funkcją jest „Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Netflix Subtitles Translator

Pobierz pliki rozszerzeń Netflix Subtitles Translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Netflix Subtitles Translator Netflix Subtitles Translator
ID lifnhhhbkmkobgokokejfjnfpgcnappe
Oficjalny URL https://chromewebstore.google.com/detail/netflix-subtitles-transla/lifnhhhbkmkobgokokejfjnfpgcnappe
Opis Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.
Rozmiar pliku 90.9 KB
Liczba instalacji 5,588
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2018-11-23
Data Publikacji 2018-11-23
Ocena 3.50/5 Łącznie 10 Oceny
Deweloper krbv
Typ Płatności free
Obsługiwane Języki 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"
}