Roblox Clothing Exporter

Export the template or assets for any Roblox clothing

Cos'è Roblox Clothing Exporter?

Roblox Clothing Exporter è un'estensione di Chrome sviluppata da ultrabulgarian3, e la sua funzione principale è "Export the template or assets for any Roblox clothing".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Roblox Clothing Exporter

Scarica i file di estensione Roblox Clothing Exporter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Roblox Clothing Exporter Roblox Clothing Exporter
ID nanlmodcmlanoenjoifgnlhefpaebonn
URL Ufficiale https://chromewebstore.google.com/detail/roblox-clothing-exporter/nanlmodcmlanoenjoifgnlhefpaebonn
Descrizione Export the template or assets for any Roblox clothing
Dimensione del File 3.82 KB
Conteggio Installazioni 10,407
Versione Corrente 1
Ultimo Aggiornamento 2022-12-11
Data di Pubblicazione 2022-12-10
Valutazione 4.33/5 Totale 46 Valutazioni
Sviluppatore ultrabulgarian3
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://3aclothing.com/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}