Searchyy - Find on YouTube by Right-Click
Search highlighted/selected text on YouTube with right click!
What is Searchyy - Find on YouTube by Right-Click?
Searchyy - Find on YouTube by Right-Click is a Chrome extension developed by Vladyslav Bova, and its main feature is "Search highlighted/selected text on YouTube with right click!".
Extension Screenshots
Download Searchyy - Find on YouTube by Right-Click Extension CRX File
Download Searchyy - Find on YouTube by Right-Click 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
I developed this extension for myself and I hope you will love it too. It's pretty simple. Right click on selected text will redirect you on YouTube with the results. It just saves a time.
Extension Basic Information
Name | |
ID | alhnhopmdlijlcdfbmlaflpfbcgfdekh |
Official URL | https://chrome.google.com/webstore/detail/searchyy-find-on-youtube/alhnhopmdlijlcdfbmlaflpfbcgfdekh |
Description | Search highlighted/selected text on YouTube with right click! |
File Size | 9.2 KB |
Installation Count | 64 |
Current Version | 1.0 |
Last Updated | 2022-02-01 |
Publish Date | 2022-02-01 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Vladyslav Bova |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.termsfeed.com/live/95cf2d84-de8d-42e0-ba80-1ab7d730e04e |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Searchyy - Find on YouTube by Right-Click", "description": "Search highlighted\/selected text on YouTube with right click!", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |