Speechyard for Netflix

Learn English watching TV shows and movies on Netflix

Speechyard for Netflixとは何ですか?

Speechyard for Netflixはhttps://speechyard.comによって開発されたChromeの拡張機能で、その主な機能は「Learn English watching TV shows and movies on Netflix」です。

拡張機能のスクリーンショット

screenshot

Speechyard for Netflix拡張機能のCRXファイルをダウンロード

Speechyard for Netflix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Speechyard for Netflix Speechyard for Netflix
ID ieompfkbfmgldbklegjkbljclgncbagm
公式URL https://chromewebstore.google.com/detail/speechyard-for-netflix/ieompfkbfmgldbklegjkbljclgncbagm
説明 Learn English watching TV shows and movies on Netflix
ファイルサイズ 60.8 KB
インストール数 3,687
現在のバージョン 1.0.7
最終更新日 2018-11-13
公開日 2018-11-13
評価 3.40/5 合計 5 レビュー
開発者 https://speechyard.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://speechyard.com
対応言語 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"
    }
}