Netflix Subtitles Translator

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

Co je Netflix Subtitles Translator?

Netflix Subtitles Translator je rozšíření Chrome vyvinuté krbv, a jeho hlavní funkcí je „Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Netflix Subtitles Translator

Stáhněte si soubory rozšíření Netflix Subtitles Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Netflix Subtitles Translator Netflix Subtitles Translator
ID lifnhhhbkmkobgokokejfjnfpgcnappe
Oficiální URL https://chromewebstore.google.com/detail/netflix-subtitles-transla/lifnhhhbkmkobgokokejfjnfpgcnappe
Popis Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.
Velikost souboru 90.9 KB
Počet instalací 5,588
Aktuální Verze 0.1.2
Poslední Aktualizace 2018-11-23
Datum Vydání 2018-11-23
Hodnocení 3.50/5 Celkem 10 Hodnocení
Vývojář krbv
Typ Platby free
Podporované Jazyky 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"
}