YouTube Recommendation Control Firefox

Examine source code of YouTube Recommendation Control

Inspect and view changes in YouTube Recommendation Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Focus",
  "version": "1.4",
  "description": "Disable the Youtube recommendations, hepling you to get a more focused expirience at youtube.com",
  "author": "Andrei Costa and João Paulo Buchholz",
  "homepage_url": "https://github.com/Jompa14/YouTube_Focus/tree/master",
  "browser_specific_settings": {
    "gecko": {
      "id": "joao.buchholz12@gmail.com"
    }
  },
  "icons": {
    "48": "button/Focus48.png",
    "96": "button/Focus96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "*://*.youtube.com/*",
    "storage"
  ],
  "browser_action": {
    "default_icon": "button/Focus48.png",
    "default_title": "YouTube Focus",
    "default_popup": "popup/youtube_focus.html"
  }
}

Best YouTube Recommendation Control Alternatives

Here are some Firefox add-ons that are similar to YouTube Recommendation Control: