Youtube Caption Search

Look up the timestamp current keyword

What is Youtube Caption Search?

Youtube Caption Search is a Chrome extension developed by jhk.james1110, and its main feature is "Look up the timestamp current keyword".

Extension Screenshots

screenshot
screenshot

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

                        When watching captioned videos on YouTube, it is easy to miss words and very difficult to find the specific time at which that word was used. With this chrome-extension, you can look up your word on the video, and get the timestamped link of that word.

NOTE: 
This extension is only supported on YouTube videos that are caption-supported (not-autogenerated). 

HOW-TO-USE:

1. Go on any YouTube video that supports non-autogenerated, built-in captions.
2. The default language is either English, or the first options from the captions list supported by the video.
3. To change the caption-language, RIGHT-CLICK for the drop-down menu to pop up.
4. Search, Click, and Watch.

For any questions or problems regarding the extension, please feel free to contact us at:

[email protected]
[email protected]

Version: 1.0.0
Github: https://github.com/youtube-caption/youtube-caption-search.git                    

Extension Basic Information

Name Youtube Caption Search Youtube Caption Search
ID alcejjedepbmlebojpoomnelfmicphpp
Official URL https://chromewebstore.google.com/detail/youtube-caption-search/alcejjedepbmlebojpoomnelfmicphpp
Description Look up the timestamp current keyword
File Size 20.72 KB
Installation Count 104
Current Version 1.0.0
Last Updated 2021-07-01
Publish Date 2021-06-30
Rating 5.00/5 Total 3 Ratings
Developer jhk.james1110
Email [email protected]
Payment Type free
Extension Website https://github.com/youtube-caption/youtube-caption-search.git
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Caption Search",
    "description": "Look up the timestamp current keyword",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs"
    ]
}