YT Grid Control Firefox

Examine source code of YT Grid Control

Inspect and view changes in YT Grid Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YT Grid Control",
  "version": "0.1.5",
  "description": "Take over the control of YouTube's grid view.",
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-grid-control@tc99m.dev",
      "strict_min_version": "109.0"
    }
  },
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}

Best YT Grid Control Alternatives

Here are some Firefox add-ons that are similar to YT Grid Control: