Roblox Outfit Copier
Copy the outfit of any Roblox user to your own avatar with the click of a button.
What is Roblox Outfit Copier?
Roblox Outfit Copier is a Chrome extension developed by khizzerdev, and its main feature is "Copy the outfit of any Roblox user to your own avatar with the click of a button.".
Extension Screenshots
Download Roblox Outfit Copier Extension CRX File
Download Roblox Outfit Copier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to copy the outfit of a ROBLOX user when you go on their profile! Simply navigate to a user you like and click 'Copy'. If they have paid items, you can also toggle opening the tabs for the items they don't have, otherwise if they are free, it will buy them automatically for you.
Extension Basic Information
Name | Roblox Outfit Copier |
ID | lolhhhlhilceopgjmkekbacimmlogknd |
Official URL | https://chromewebstore.google.com/detail/roblox-outfit-copier/lolhhhlhilceopgjmkekbacimmlogknd |
Description | Copy the outfit of any Roblox user to your own avatar with the click of a button. |
File Size | 8.93 KB |
Installation Count | 8,322 |
Current Version | 1.0.3 |
Last Updated | 2023-10-27 |
Publish Date | 2022-04-14 |
Rating | 3.28/5 Total 36 Ratings |
Developer | khizzerdev |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
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" } } |