Save Clothing Image

Save Clothing Image

Saves Clothing As PNG's

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "150": "assets/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.roblox.com/catalog/*"
      ],
      "js": [
        "cloth.js"
      ]
    }
  ],
  "author": "Jedi-Coder1",
  "description": "Saves Clothing As PNG's",
  "manifest_version": 3,
  "name": "Save Clothing Image",
  "permissions": [],
  "version": "1.1"
}