Expand Roblox Inventory

Expand Roblox Inventory

Expand your Roblox inventory to one big page, instead of many pages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Expand Roblox Inventory",
  "version": "1",
  "description": "Expand your Roblox inventory to one big page, instead of many pages.",
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "Inventory.js"
      ],
      "matches": [
        "*://*.roblox.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}