Roblox Outfit Copier

Copy the outfit of any Roblox user to your own avatar with the click of a button.

Roblox Outfit Copierคืออะไร?

Roblox Outfit Copier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย khizzerdev และคุณลักษณะหลักของมันคือ "Copy the outfit of any Roblox user to your own avatar with the click of a button."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roblox Outfit Copier

ดาวน์โหลดไฟล์ส่วนขยาย Roblox Outfit Copier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allows you to copy the outfit of a ROBLOX user when you go on their profile! Simply navigate to a user you like and click 'Copy'. If they have paid items, you can also toggle opening the tabs for the items they don't have, otherwise if they are free, it will buy them automatically for you.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Roblox Outfit Copier Roblox Outfit Copier
ID lolhhhlhilceopgjmkekbacimmlogknd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roblox-outfit-copier/lolhhhlhilceopgjmkekbacimmlogknd
คำอธิบาย Copy the outfit of any Roblox user to your own avatar with the click of a button.
ขนาดไฟล์ 8.93 KB
จำนวนการติดตั้ง 8,322
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-10-27
วันที่เผยแพร่ 2022-04-14
คะแนน 3.28/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา khizzerdev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roblox Outfit Copier",
    "version": "1.0.3",
    "description": "Copy the outfit of any Roblox user to your own avatar with the click of a button.",
    "author": "CriShoux, Khizzer & Dr. Poptart",
    "manifest_version": 3,
    "minimum_chrome_version": "96",
    "icons": {
        "128": "res\/icon_128.png"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.roblox.com\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Roblox Outfit Copier"
    }
}