Examine source code of Find on YouTube (Context Menu)

Inspect and view changes in Find on YouTube (Context Menu) 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": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.0",
  "default_locale": "en",
  "permissions": [
    "contextMenus"
  ],
  "applications": {
    "gecko": {
      "id": "uromkaq@mail.ru"
    }
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "icons": {
    "128": "icon128.png"
  }
}