Roblox Clothing Exporter

Export the template or assets for any Roblox clothing

What is Roblox Clothing Exporter?

Roblox Clothing Exporter is a Chrome extension developed by ultrabulgarian3, and its main feature is "Export the template or assets for any Roblox clothing".

Extension Screenshots

screenshot

Download Roblox Clothing Exporter Extension CRX File

Download Roblox Clothing Exporter 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 will automatically redirect you to the template or asset of any Roblox clothing. 

For example, if you go to a Shirt it will redirect to the shirt template.                    

Extension Basic Information

Name Roblox Clothing Exporter Roblox Clothing Exporter
ID nanlmodcmlanoenjoifgnlhefpaebonn
Official URL https://chromewebstore.google.com/detail/roblox-clothing-exporter/nanlmodcmlanoenjoifgnlhefpaebonn
Description Export the template or assets for any Roblox clothing
File Size 3.82 KB
Installation Count 10,407
Current Version 1
Last Updated 2022-12-11
Publish Date 2022-12-10
Rating 4.33/5 Total 46 Ratings
Developer ultrabulgarian3
Email [email protected]
Payment Type free
Privacy Policy Page URL https://3aclothing.com/privacy-policy
Supported Languages en-US
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"
            ]
        }
    ]
}