Youtube Caption Search

Search for text in youtube videos

什么是Youtube Caption Search?

Youtube Caption Search是由recurse开发的Chrome扩展程序,该扩展的主要功能是“Search for text in youtube videos”。

扩展截图

screenshot

下载Youtube Caption Search扩展crx文件

下载Youtube Caption Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Skip to video location where search text is mentioned. 

Note: Only works on videos with closed captions available.                    

扩展基本信息

名称 Youtube Caption Search Youtube Caption Search
ID oeefnfbkkmehemndfbkpipoeefbongbc
官方URL https://chrome.google.com/webstore/detail/youtube-caption-search/oeefnfbkkmehemndfbkpipoeefbongbc
简介 Search for text in youtube videos
文件大小 10.13 KB
安装次数 47
当前版本 1.0
更新时间 2018-07-29
上架时间 2018-07-29
开发者 recurse
付费类型 free
支持的语言 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
}