Awesome Youtube Omnibar

Awesome Youtube Omnibar

Adds a Youtube engine in the Awesomebar just like in Chrome's omnibar. Type 'youtube foobar' and you will see the youtube search results page for 'foobar'. Icon is CC0 https://pixabay.com/en/youtube-red-social-icon-play-1495277/

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Awesome Youtube Omnibar",
  "description": "Adds a Youtube engine in the Awesomebar just like in Chrome's omnibar. Type 'youtube foobar' and you will see the youtube search results page for 'foobar'",
  "version": "1.0.1resigned1",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Youtube",
      "search_url": "https://www.youtube.com/results?search_query={searchTerms}",
      "keyword": "youtube",
      "favicon_url": "https://www.youtube.com/favicon.ico",
      "is_default": false
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{218b380b-94aa-4bce-b6d3-23c37c44b4fe}"
    }
  }
}