YouTube Algorithm Fix Firefox

Examine source code of YouTube Algorithm Fix

By: awerks
Inspect and view changes in YouTube Algorithm Fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Algorithm Fix",
  "version": "1.0.0",
  "description": "Opens YouTube's New to you feed automatically on the home page.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://youtube.com/*",
        "https://m.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "world": "MAIN"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-algorithm-fix@example.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best YouTube Algorithm Fix Alternatives

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