I'm Feeling Lucky for YouTube

I'm Feeling Lucky for YouTube

Right click to search YouTube. Type 'yt' and press Space to search YouTube from the address bar!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "1.0.3",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "omnibox": {
    "keyword": "yt"
  },
  "browser_action": {
    "default_icon": "img/icon_128.png",
    "default_title": "__MSG_appName__",
    "default_popup": "popup/index.html"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index-b5fba68d.js"
      ],
      "matches": [
        "*://www.youtube.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "assets/index-306ef382.js"
    ]
  },
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "incognito": "spanning",
  "permissions": [
    "contextMenus",
    "https://suggestqueries.google.com/"
  ],
  "web_accessible_resources": [
    "content/index.js"
  ]
}