Find on YouTube (Context Menu)

Find on YouTube (Context Menu)

This extension adds a context menu option for selected text in order to find video related to the text

Merlin
Additional files are visible only to premium users

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"
  }
}