Roblox Clothing Exporter

Export the template or assets for any Roblox clothing

O que é Roblox Clothing Exporter?

Roblox Clothing Exporter é uma extensão do Chrome desenvolvida por ultrabulgarian3, e sua principal característica é "Export the template or assets for any Roblox clothing".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Roblox Clothing Exporter

Baixe arquivos de extensão Roblox Clothing Exporter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Roblox Clothing Exporter Roblox Clothing Exporter
ID nanlmodcmlanoenjoifgnlhefpaebonn
URL Oficial https://chromewebstore.google.com/detail/roblox-clothing-exporter/nanlmodcmlanoenjoifgnlhefpaebonn
Descrição Export the template or assets for any Roblox clothing
Tamanho do Arquivo 3.82 KB
Contagem de Instalações 10,407
Versão Atual 1
Última Atualização 2022-12-11
Data de Publicação 2022-12-10
Classificação 4.33/5 Total de 46 Avaliações
Desenvolvedor ultrabulgarian3
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://3aclothing.com/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}