Search Youtube Firefox

Examine source code of Search Youtube

By: krishg Add-on
Inspect and view changes in Search Youtube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Search",
  "version": "1.0",
  "description": "Search selected text on YouTube",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e5994227-f574-4c1b-876c-469812c91871}"
    }
  }
}

Best Search Youtube Alternatives

Here are some Firefox add-ons that are similar to Search Youtube: