Roblox Clothing Exporter
Export the template or assets for any Roblox clothing
Was ist Roblox Clothing Exporter?
Roblox Clothing Exporter ist eine Chrome-Erweiterung, die von ultrabulgarian3 entwickelt wurde, und ihr Hauptmerkmal ist "Export the template or assets for any Roblox clothing".
Erweiterungsscreenshots
Roblox Clothing Exporter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Roblox Clothing Exporter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nanlmodcmlanoenjoifgnlhefpaebonn |
| Offizielle URL | https://chromewebstore.google.com/detail/roblox-clothing-exporter/nanlmodcmlanoenjoifgnlhefpaebonn |
| Beschreibung | Export the template or assets for any Roblox clothing |
| Dateigröße | 3.82 KB |
| Installationsanzahl | 10,407 |
| Aktuelle Version | 1 |
| Letztes Update | 2022-12-11 |
| Veröffentlichungsdatum | 2022-12-10 |
| Bewertung | 4.33/5 Insgesamt 46 Bewertungen |
| Entwickler | ultrabulgarian3 |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://3aclothing.com/privacy-policy |
| Unterstützte Sprachen | 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"
]
}
]
} | |