Learn Czech with TV

Czech to English translation for Česká Televize. Learn Czech by watching Czech TV shows with dual Czech-English subtitles.

Learn Czech with TV란 무엇입니까?

Learn Czech with TV은(는) ANGExtensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Czech to English translation for Česká Televize. Learn Czech by watching Czech TV shows with dual Czech-English subtitles."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Learn Czech with TV 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Learn Czech by watching any show on the channel Česká Televize (http://ceskatelevize.cz) with double Czech-English subtitles or another language of your choice!

Translate shows on Česká Televize to any of the following languages: Arabic, Bengali, Bulgarian, Chinese, English, French, German, Hindi, Indonesian, Korean, Polish, Portuguese, Romanian, Russian, Slovak, Spanish, Swahili, Japanese, Turkish, Ukranian, Urdu, Vietnamese.  If you'd like support for a language that isn't currently supported, feel free to reach out to [email protected] with the request.

Watch adult shows on https://ceskatelevize.cz with double  subtitles, including famous shows such as:
- Vyprávěj
- Chalupáři
- Návštěvníci
- Nemocnice na kraji města
- ...and more!

And even watch kids shows on https://decko.ceskatelevize.cz, including:
- Arabela
- Pan Tau 
- Anča a Pepík
- Večerníček shows, e.g.
     - Pohádky z mechu a kapradí
     - Říkání o víle Amálce
     - Znovu u Spejbla a Hurvínka
     - Vynálezce Alva
- ...and more!                    

확장 프로그램 기본 정보

이름 Learn Czech with TV Learn Czech with TV
ID ipngmojcimcjagngechlldbffabijjci
공식 URL https://chrome.google.com/webstore/detail/ipngmojcimcjagngechlldbffabijjci
설명 Czech to English translation for Česká Televize. Learn Czech by watching Czech TV shows with dual Czech-English subtitles.
파일 크기 266 KB
설치 횟수 227
현재 버전 2.1
최근 업데이트 2021-06-25
출시 날짜 2020-07-15
평점 4.60/5 총 5 개의 평점
개발자 ANGExtensions
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,vi,pl,sk,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ceskatelevize.cz\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "js\/vars.js",
                "js\/subtitlechecker.js",
                "js\/episodechecker.js",
                "js\/fullscreenchecker.js",
                "js\/hover.js",
                "js\/translate.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_page": "popup.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "css\/tooltip.css",
        "css\/alert.css"
    ]
}