YouTube Flexible Side Tabs Firefox

Examine source code of YouTube Flexible Side Tabs

Inspect and view changes in YouTube Flexible Side Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Flexible Side Tabs",
  "version": "1.3",
  "description": "Organize video information, comments, and related videos in the side tabs on YouTube.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "const.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "popup.html",
    "default_title": "YouTube Flexible Side Tabs"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-flexible-side-tabs@otokotoba",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best YouTube Flexible Side Tabs Alternatives

Here are some Firefox add-ons that are similar to YouTube Flexible Side Tabs: