Contextual Search for YouTube
Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.
What is Contextual Search for YouTube?
Contextual Search for YouTube is a Chrome extension developed by Gryff, and its main feature is "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.".
Extension Screenshots
Download Contextual Search for YouTube Extension CRX File
Download Contextual Search for YouTube 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
A very simple extension that allows the user to search for a term in YouTube simply by selecting text, right clicking and selecting "Search YouTube for..." from the contextual menu. Easy to use. Nothing extra.
Extension Basic Information
Name | Contextual Search for YouTube |
ID | aaaaahnmcjcoomdncaekjkjedgagpnln |
Official URL | https://chromewebstore.google.com/detail/contextual-search-for-you/aaaaahnmcjcoomdncaekjkjedgagpnln |
Description | Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu. |
File Size | 13 KB |
Installation Count | 880 |
Current Version | 1.0.0.14 |
Last Updated | 2022-07-31 |
Publish Date | 2013-12-17 |
Rating | 4.77/5 Total 13 Ratings |
Developer | Gryff |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Contextual Search for YouTube", "background": { "service_worker": "searchyoutube.js" }, "description": "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.", "icons": { "16": "SmallIcon.png", "48": "MediumIcon.png" }, "version": "1.0.0.14", "permissions": [ "contextMenus" ] } |