Roblox Clothing Exporter

Roblox Clothing Exporter

Export the template or assets for any Roblox clothing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Roblox Clothing Exporter",
  "description": "Export the template or assets for any Roblox clothing",
  "version": "1",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*.roblox.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}