Search in YouTube

Search in YouTube

Select some text, right-click and choose"Search in YouTube" in the menu, a new tab will open with the searched text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Search in Youtube",
  "description": "Select some text, right-click and choose \"Search in YouTube\" in the menu, a new tab will open with the searched text.",
  "version": "1.1.2resigned1",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}