YouTube Search Context Menu Firefox

Examine source code of YouTube Search Context Menu

By: Jelly
Inspect and view changes in YouTube Search Context Menu source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Search Context Menu",
  "version": "2.1",
  "description": "Adds a right-click context menu item to search selected text on YouTube.",
  "permissions": [
    "contextMenus",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "YouTube Search",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "applications": {
    "gecko": {
      "id": "{32542a32-f2a8-42f8-b742-a84151bd70b6}",
      "strict_min_version": "58.0"
    }
  }
}

Best YouTube Search Context Menu Alternatives

Here are some Firefox add-ons that are similar to YouTube Search Context Menu: