PinyinTube

PinyinTube is a Chrome extension that helps users learn languages and improve their speaking skills while watching their favorite…

PinyinTube là gì?

PinyinTube là một tiện ích mở rộng Chrome được phát triển bởi https://swapbrain.com, và tính năng chính của nó là "PinyinTube is a Chrome extension that helps users learn languages and improve their speaking skills while watching their favorite…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PinyinTube

Tải xuống các tệp mở rộng PinyinTube 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

                        PinyinTube is a Chrome extension that helps users learn languages and improve their speaking skills while watching their favorite movies online. The free version works only for Netflix, while the premium version works additionally for YouTube and the Chinese movie streaming service iQIYI (iq.com). 

To activate the free features, please sign on to our Forum by submitting your email address on the popup, then toggle activate button. Once activated, you will see a few buttons on the right edge of the videos. The Seek Back button goes backward sentence-by-sentence, helping you to repeat the actor's voice. The Dual Subtitle helps display a second subtitle that translates the current subtitle to your native language. When you turn on Chinese subtitle, the Pinyin pronunciation will also appear, helping you to read Chinese. Especially, there is a Voice Record button that works only for the Premium version, helping you to record your voice to compare with the actor's voice. The Seek Forward button goes forward by five seconds. Note, if the buttons do not work, please try refreshing the browser. In the popup, there is a button to activate PinyinTube, as well as a button to purchase the premium version.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PinyinTube PinyinTube
ID dkhngpdmjgnpjjbofhioackbnfponcgh
URL Chính Thức https://chromewebstore.google.com/detail/pinyintube/dkhngpdmjgnpjjbofhioackbnfponcgh
Mô tả PinyinTube is a Chrome extension that helps users learn languages and improve their speaking skills while watching their favorite…
Kích Thước Tệp 4.95 MB
Số Lần Cài Đặt 170
Phiên Bản Hiện Tại 0.0.0.13
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2022-08-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://swapbrain.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://swapbrain.com/application-pinyintube-translate-chinese-to-pinyin
URL Trang Trợ Giúp https://forum.swapbrain.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PinyinTube",
    "author": "Hung Do",
    "version": "0.0.0.13",
    "icons": {
        "128": "icons\/PT_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "PinyinTube",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.iq.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ],
            "css": [
                "assets\/css\/contentScript.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/injected.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}