YouTube Search Redirect Firefox

Examine source code of YouTube Search Redirect

Inspect and view changes in YouTube Search Redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Search Redirect",
  "version": "1.0.1",
  "description": "Little script code made into an extension for ease of portability, intercepts the YouTube Search functionality, opening a new tab to make the search query instead of making it in the original tab.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c1076912-4661-4d09-8fac-d34845015dbc}"
    }
  }
}

Best YouTube Search Redirect Alternatives

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