Youtube context menu search
Add 'search on Youtube' option into context menu
What is Youtube context menu search?
Youtube context menu search is a Chrome extension developed by Nazar Dub, and its main feature is "Add 'search on Youtube' option into context menu".
Extension Screenshots
Download Youtube context menu search Extension CRX File
Download Youtube context menu search 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
Allows quick search of selected text on YouTube from context menu
Extension Basic Information
Name | Youtube context menu search |
ID | ihbbfplaeapenlabcbhgockcplipjpii |
Official URL | https://chromewebstore.google.com/detail/youtube-context-menu-sear/ihbbfplaeapenlabcbhgockcplipjpii |
Description | Add 'search on Youtube' option into context menu |
File Size | 8.01 KB |
Installation Count | 122 |
Current Version | 1.0 |
Last Updated | 2021-11-21 |
Publish Date | 2021-11-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Nazar Dub |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube context menu search", "description": "Add 'search on Youtube' option into context menu", "permissions": [ "contextMenus" ], "background": { "service_worker": "background.js" }, "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "version": "1.0", "manifest_version": 3 } |