Roblox Clothing Exporter

Export the template or assets for any Roblox clothing

什么是Roblox Clothing Exporter?

Roblox Clothing Exporter是由ultrabulgarian3开发的Chrome扩展程序,该扩展的主要功能是“Export the template or assets for any Roblox clothing”。

扩展截图

screenshot

下载Roblox Clothing Exporter扩展crx文件

下载Roblox Clothing Exporter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Roblox Clothing Exporter Roblox Clothing Exporter
ID nanlmodcmlanoenjoifgnlhefpaebonn
官方URL https://chromewebstore.google.com/detail/roblox-clothing-exporter/nanlmodcmlanoenjoifgnlhefpaebonn
简介 Export the template or assets for any Roblox clothing
文件大小 3.82 KB
安装次数 10,407
当前版本 1
更新时间 2022-12-11
上架时间 2022-12-10
评分 4.33/5 共46次评分
开发者 ultrabulgarian3
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://3aclothing.com/privacy-policy
支持的语言 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"
            ]
        }
    ]
}