Roblox Clothing Exporter

Export the template or assets for any Roblox clothing

ما هو Roblox Clothing Exporter؟

Roblox Clothing Exporter هو إضافة Chrome تم تطويرها بواسطة ultrabulgarian3، والميزة الرئيسية لها هي "Export the template or assets for any Roblox clothing".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Roblox Clothing Exporter

قم بتنزيل ملفات الامتداد Roblox Clothing Exporter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}