Find on YouTube (Context Menu)
This extension adds a context menu option for selected text in order to find video related to the text
What is Find on YouTube (Context Menu)?
Find on YouTube (Context Menu) is a Chrome extension developed by Romkaq, and its main feature is "This extension adds a context menu option for selected text in order to find video related to the text".
Extension Screenshots
Download Find on YouTube (Context Menu) Extension CRX File
Download Find on YouTube (Context Menu) 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
This simple extension adds context menu for selected text to search in youtube.com.
Extension Basic Information
Name | Find on YouTube (Context Menu) |
ID | agpgbopfbmfklefdodadbcengmimldpb |
Official URL | https://chromewebstore.google.com/detail/find-on-youtube-context-m/agpgbopfbmfklefdodadbcengmimldpb |
Description | This extension adds a context menu option for selected text in order to find video related to the text |
File Size | 7.01 KB |
Installation Count | 518 |
Current Version | 2.2 |
Last Updated | 2022-06-18 |
Publish Date | 2021-07-03 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Romkaq |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "2.2", "default_locale": "en", "permissions": [ "contextMenus" ], "background": { "service_worker": "script.js" }, "icons": { "128": "icon128.png" } } |