Speechyard for Netflix

Learn English watching TV shows and movies on Netflix

Co je Speechyard for Netflix?

Speechyard for Netflix je rozšíření Chrome vyvinuté https://speechyard.com, a jeho hlavní funkcí je „Learn English watching TV shows and movies on Netflix“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Speechyard for Netflix

Stáhněte si soubory rozšíření Speechyard for Netflix 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í

                        Learn English watching TV shows and movies.

This extension gives gives you the opportunity to translate unknown words right while you're watching movies on Netflix.

A Netflix subscription is necessary to use this extension.                    

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

Název Speechyard for Netflix Speechyard for Netflix
ID ieompfkbfmgldbklegjkbljclgncbagm
Oficiální URL https://chromewebstore.google.com/detail/speechyard-for-netflix/ieompfkbfmgldbklegjkbljclgncbagm
Popis Learn English watching TV shows and movies on Netflix
Velikost souboru 60.8 KB
Počet instalací 3,687
Aktuální Verze 1.0.7
Poslední Aktualizace 2018-11-13
Datum Vydání 2018-11-13
Hodnocení 3.40/5 Celkem 5 Hodnocení
Vývojář https://speechyard.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://speechyard.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speechyard for Netflix",
    "description": "Learn English watching TV shows and movies on Netflix",
    "version": "1.0.7",
    "icons": {
        "16": "images\/no-active.png"
    },
    "homepage_url": "http:\/\/speechyard.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "js\/content-scripts\/lib\/jquery-3.1.1.min.js",
                "js\/lib\/require.min.js",
                "js\/modules\/codeInjector.js",
                "js\/modules\/config.js",
                "js\/modules\/translations.js",
                "js\/content-scripts\/init_metadata.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/modules\/config.js",
            "js\/modules\/translations.js",
            "js\/lib\/require.min.js",
            "js\/backend-scripts\/main.js",
            "js\/backend-scripts\/subtitles.js",
            "js\/backend-scripts\/facebook.js",
            "js\/backend-scripts\/request_hijacking.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webNavigation",
        "webRequestBlocking",
        "*:\/\/*.nflximg.com\/*",
        "*:\/\/*.nflxvideo.net\/*",
        "*:\/\/*.nflxext.com\/*",
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.nflximg.net\/*",
        "*:\/\/speechyard.com\/*"
    ],
    "browser_action": {
        "default_title": "Speechyard Netflix"
    }
}