This Chrome extension adds a context menu option that allows users to search the selected text on YouTube directly.
- Adds a context menu option for selected text.
- Opens a new tab with a YouTube search for the selected text.
git clone https://github.com/your-username/youtube-search-context-menu.git
Open Chrome and go to
chrome://extensions/
Enable "Developer mode" at the top right. Click on "Load unpacked" and select the directory where you cloned the repository. The extension is now installed and ready to use.
Select text on any webpage. Right-click on the selected text. Choose the "Search on YouTube" option from the context menu. A new tab will open with the YouTube search results for the selected text.
If you'd like to contribute to this project, please follow the standard GitHub fork and pull request process.