Examine source code of Search Selected Text on YouTube (in child tab)

Inspect and view changes in Search Selected Text on YouTube (in child tab) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Search Selected Text on YouTube",
  "version": "1.0",
  "description": "Search YouTube for the selected text via the right click menu. Opens in child tab (ideal for Tree Style Tab users).",
  "icons": {
    "48": "youtube-icon.svg",
    "96": "youtube-icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "search-selected-text-on-youtube@pumpkin.com"
    }
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}