YoutubeAlgorithmKiller

YoutubeAlgorithmKiller

Designed to enhance your YouTube experience by deactivating video proposals, disabling shorts, and showcasing only the content from channels you're subscribed to, this extension is perfect for those who want a cleaner and more focused platform.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "YoutubeAlgorithmKiller",
  "version": "1.3",
  "description": "YouTubeAlgorithmKiller is here to put you back in control of your browsing experience.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "icons": {
    "48": "48.png"
  },
  "browser_action": {
    "default_icon": "32.png",
    "default_title": "YoutubeAlgorithmKiller",
    "default_popup": "YoutubeAlgorithmKiller.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "YoutubeAlgorithmKiller.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8ab8aab9-0840-4028-bd92-00f3ab58b11a}"
    }
  }
}