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 là gì?
Learn Czech with TV là một tiện ích mở rộng Chrome được phát triển bởi ANGExtensions, và tính năng chính của nó là "Czech to English translation for Česká Televize. Learn Czech by watching Czech TV shows with dual Czech-English subtitles.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Learn Czech with TV
Tải xuống các tệp mở rộng Learn Czech with TV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ipngmojcimcjagngechlldbffabijjci |
URL Chính Thức | https://chrome.google.com/webstore/detail/ipngmojcimcjagngechlldbffabijjci |
Mô tả | Czech to English translation for Česká Televize. Learn Czech by watching Czech TV shows with dual Czech-English subtitles. |
Kích Thước Tệp | 266 KB |
Số Lần Cài Đặt | 227 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2021-06-25 |
Ngày Phát Hành | 2020-07-15 |
Đánh Giá | 4.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | ANGExtensions |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |