YouTube Word Search

Search through YouTube videos for keywords.

What is YouTube Word Search?

YouTube Word Search is a Chrome extension developed by jamirian45, and its main feature is "Search through YouTube videos for keywords.".

Extension Screenshots

screenshot

Download YouTube Word Search Extension CRX File

Download YouTube Word 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

                        Enter a phrase into the search bar. Jump forwards or backwards to any time in the video where the phrase was mentioned.

Support for caption-less videos coming soon!                    

Extension Basic Information

Name YouTube Word Search YouTube Word Search
ID mkjccbihbkldjhdidiafbnpdkdkpnifn
Official URL https://chromewebstore.google.com/detail/youtube-word-search/mkjccbihbkldjhdidiafbnpdkdkpnifn
Description Search through YouTube videos for keywords.
File Size 93.05 KB
Installation Count 169
Current Version 2.0.3
Last Updated 2023-09-17
Publish Date 2020-05-22
Rating 5.00/5 Total 3 Ratings
Developer jamirian45
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Word Search",
    "short_name": "YouTube Search",
    "version": "2.0.3",
    "description": "Search through YouTube videos for keywords.",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}