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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}