Youtube Caption Search
Search for text in youtube videos
What is Youtube Caption Search?
Youtube Caption Search is a Chrome extension developed by recurse, and its main feature is "Search for text in youtube videos".
Extension Screenshots
Download Youtube Caption Search Extension CRX File
Download Youtube Caption Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Skip to video location where search text is mentioned. Note: Only works on videos with closed captions available.
Extension Basic Information
Name | |
ID | oeefnfbkkmehemndfbkpipoeefbongbc |
Official URL | https://chrome.google.com/webstore/detail/youtube-caption-search/oeefnfbkkmehemndfbkpipoeefbongbc |
Description | Search for text in youtube videos |
File Size | 10.13 KB |
Installation Count | 47 |
Current Version | 1.0 |
Last Updated | 2018-07-29 |
Publish Date | 2018-07-29 |
Developer | recurse |
Payment Type | free |
Supported Languages | 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 } |