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