Search on YouTube
Search for anything on YouTube by selecting the text and right clicking.
What is Search on YouTube?
Search on YouTube is a Chrome extension developed by Ryan-ED, and its main feature is "Search for anything on YouTube by selecting the text and right clicking.".
Extension Screenshots
Download Search on YouTube Extension CRX File
Download Search on 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 simple extension for the Google Chrome browser that allows you to search on YouTube by right clicking highlighted text and using the context menu. Similar to how the built in "Search Google for..." context menu item works. 1) Select some text 2) Right click the mouse to open context menu 3) Select "Search YouTube for [your text]" option Icons and logos done by @liamcaindesigns on Instagram.
Extension Basic Information
Name | Search on YouTube |
ID | ebgngjpjlbehmgehnpeckhdhmnoecngd |
Official URL | https://chromewebstore.google.com/detail/search-on-youtube/ebgngjpjlbehmgehnpeckhdhmnoecngd |
Description | Search for anything on YouTube by selecting the text and right clicking. |
File Size | 21.49 KB |
Installation Count | 657 |
Current Version | 1.1 |
Last Updated | 2021-07-01 |
Publish Date | 2021-06-30 |
Rating | 5.00/5 Total 8 Ratings |
Developer | Ryan-ED |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Ryan-ED/search-on-youtube-chrome-ext |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search on YouTube", "description": "Search for anything on YouTube by selecting the text and right clicking.", "version": "1.1", "icons": { "16": "\/icons\/16x16.png", "32": "\/icons\/32x32.png", "48": "\/icons\/48x48.png", "128": "\/icons\/128x128.png", "150": "\/icons\/150x150.png" }, "manifest_version": 3, "background": { "service_worker": "service-worker.js" }, "permissions": [ "contextMenus" ] } |