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은(는) khizzerdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy the outfit of any Roblox user to your own avatar with the click of a button."입니다.

확장 프로그램 스크린샷

screenshot

Roblox Outfit Copier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}