Netflix Subtitles Translator

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

What is Netflix Subtitles Translator?

Netflix Subtitles Translator is a Chrome extension developed by krbv, and its main feature is "Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.".

Extension Screenshots

screenshot

Download Netflix Subtitles Translator Extension CRX File

Download Netflix Subtitles Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Netflix Subtitles Translator Netflix Subtitles Translator
ID lifnhhhbkmkobgokokejfjnfpgcnappe
Official URL https://chromewebstore.google.com/detail/netflix-subtitles-transla/lifnhhhbkmkobgokokejfjnfpgcnappe
Description Learn English through Netflix Movies. Translate whole phrase or each word with audio and visual support.
File Size 90.9 KB
Installation Count 5,588
Current Version 0.1.2
Last Updated 2018-11-23
Publish Date 2018-11-23
Rating 3.50/5 Total 10 Ratings
Developer krbv
Payment Type free
Supported Languages 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"
}