Roblox Outfit Copier

Roblox Outfit Copier

Copy the outfit of any Roblox user to your own avatar with the click of a button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Roblox Outfit Copier",
  "version": "1.0.3",
  "description": "Copy the outfit of any Roblox user to your own avatar with the click of a button.",
  "author": "CriShoux, Khizzer & Dr. Poptart",
  "manifest_version": 3,
  "minimum_chrome_version": "96",
  "icons": {
    "128": "res/icon_128.png"
  },
  "permissions": [
    "cookies"
  ],
  "host_permissions": [
    "*://*.roblox.com/"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Roblox Outfit Copier"
  }
}