Fix YouTube Search Firefox

Examine source code of Fix YouTube Search

By: McKaden
Inspect and view changes in Fix YouTube Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Fix YouTube Search",
  "version": "1.0",
  "description": "Automatically encloses YouTube search queries in double quotes for more accurate search results.",
  "permissions": [
    "activeTab",
    "tabs",
    "webNavigation",
    "*://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "FixYoutubeSearch16icon.png",
    "48": "FixYoutubeSearch48icon.png",
    "128": "FixYoutubeSearch128icon.png"
  },
  "browser_action": {
    "default_icon": "FixYoutubeSearch128icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{89dde741-e75d-455a-85bf-d49f4cffcdf8}"
    }
  }
}

Best Fix YouTube Search Alternatives

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