Youtube Caption Search

Search for text in youtube videos

Youtube Caption Search là gì?

Youtube Caption Search là một tiện ích mở rộng Chrome được phát triển bởi recurse, và tính năng chính của nó là "Search for text in youtube videos".

Ả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 Search

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

                        Skip to video location where search text is mentioned. 

Note: Only works on videos with closed captions available.                    

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

Tên Youtube Caption Search Youtube Caption Search
ID oeefnfbkkmehemndfbkpipoeefbongbc
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-caption-search/oeefnfbkkmehemndfbkpipoeefbongbc
Mô tả Search for text in youtube videos
Kích Thước Tệp 10.13 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-07-29
Ngày Phát Hành 2018-07-29
Nhà Phát Triển recurse
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Caption Search",
    "version": "1.0",
    "description": "Search for text in youtube videos",
    "icons": {
        "16": "16.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "page_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}