GridMaster for YouTube Firefox

Examine source code of GridMaster for YouTube

Inspect and view changes in GridMaster for YouTube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GridMaster for YouTube",
  "version": "1.0",
  "description": "Allows user to change how many items appear in a row of the YouTube feed.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "webNavigation"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/"
      ],
      "js": [
        "change-grid-sz.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "lucasmstephen0@gmail.com"
    }
  }
}

Best GridMaster for YouTube Alternatives

Here are some Firefox add-ons that are similar to GridMaster for YouTube: