Contextual Search for YouTube

Contextual Search for YouTube

Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Contextual Search for YouTube",
  "background": {
    "service_worker": "searchyoutube.js"
  },
  "description": "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.",
  "icons": {
    "16": "SmallIcon.png",
    "48": "MediumIcon.png"
  },
  "version": "1.0.0.14",
  "permissions": [
    "contextMenus"
  ]
}