Not Interested Youtube

Not Interested Youtube

Automatically tells YouTube you are not interested in its recommendations every time you are on the homepage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Not Interested Youtube",
  "version": "1.0",
  "description": "Automatically tells youtube you are not interested in its recommendations everytime you go to the homepage.",
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "not_interested.js"
      ]
    }
  ]
}