Remove YouTube Recomendation Firefox

Examine source code of Remove YouTube Recomendation

Inspect and view changes in Remove YouTube Recomendation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Remove YouTube Recommends",
  "version": "0.3resigned1",
  "description": "Removes the recommended videos from YouTube's Homepage",
  "applications": {
    "gecko": {
      "id": "kunal@abhashtech.com"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "page_action": {
    "browser_style": true,
    "default_title": "Show Recommendeds",
    "default_icon": "icons/show.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/"
      ],
      "js": [
        "RemoveYouTubeRecommendeds.user.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Remove YouTube Recomendation Alternatives

Here are some Firefox add-ons that are similar to Remove YouTube Recomendation: