Right-Click Search YouTube™
Quick search selected text on YouTube™
What is Right-Click Search YouTube™?
Right-Click Search YouTube™ is a Chrome extension developed by Petar Zec, and its main feature is "Quick search selected text on YouTube™".
Extension Screenshots
Download Right-Click Search YouTube™ Extension CRX File
Download Right-Click Search 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 searching selected text on YouTube™ from the context menu. Instructions: • Highlight specific text you want to search for on YouTube™. • Right-click on highlighted text. • Select [Search YouTube for "..."] option. A new tab will open and search YouTube™ with your selected phrase. Enjoy!
Extension Basic Information
Name | Right-Click Search YouTube™ |
ID | ecimedbkebemibglbpeolgbdpgkmcmjk |
Official URL | https://chromewebstore.google.com/detail/right-click-search-youtub/ecimedbkebemibglbpeolgbdpgkmcmjk |
Description | Quick search selected text on YouTube™ |
File Size | 9.49 KB |
Installation Count | 596 |
Current Version | 1.0 |
Last Updated | 2023-05-03 |
Publish Date | 2023-05-03 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Petar Zec |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Right-Click Search YouTube\u2122", "version": "1.0", "description": "Quick search selected text on YouTube\u2122", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "permissions": [ "contextMenus" ], "background": { "service_worker": "background.js" } } |