Youtube caption indicator

Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…

Youtube caption indicator là gì?

Youtube caption indicator là một tiện ích mở rộng Chrome được phát triển bởi bperel, và tính năng chính của nó là "Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…".

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

screenshot

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

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

                        Ever wondered if a YouTube video is subtitled in your language, without having to open it ?
  
Youtube caption indicator adds language-specific closed caption indicators below the description of each video among Youtube search results and "similar videos" panels.                    

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

Tên Youtube caption indicator Youtube caption indicator
ID chajkagpcfnnjhcggboigcmbfmgeijin
URL Chính Thức https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin
Mô tả Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
Kích Thước Tệp 38.56 KB
Số Lần Cài Đặt 1,106
Phiên Bản Hiện Tại 0.3.4
Cập Nhật Lần Cuối 2017-10-08
Ngày Phát Hành 2017-10-08
Đánh Giá 3.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển bperel
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bperel/youtube-caption-indicator
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube caption indicator",
    "short_name": "Youtube caption indicator",
    "version": "0.3.4",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "youtube-caption-indicator.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*\/*"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    }
}