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文件

下載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
官方網址 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"
    }
}