YouTube Layout Customizer Firefox

Examine source code of YouTube Layout Customizer

By: Anwar
Inspect and view changes in YouTube Layout Customizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube List View (Custom)",
  "version": "1.0",
  "description": "Custom YouTube layout tweaks",
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://*.youtube.com/feed/subscriptions"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/feed/subscriptions"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-list-view@custom",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best YouTube Layout Customizer Alternatives

Here are some Firefox add-ons that are similar to YouTube Layout Customizer: