Roblox Outfit Copier

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

¿Qué es Roblox Outfit Copier?

Roblox Outfit Copier es una extensión de Chrome desarrollada por khizzerdev, y su función principal es "Copy the outfit of any Roblox user to your own avatar with the click of a button.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Roblox Outfit Copier

Descarga archivos de extensión Roblox Outfit Copier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Roblox Outfit Copier Roblox Outfit Copier
ID lolhhhlhilceopgjmkekbacimmlogknd
URL Oficial https://chromewebstore.google.com/detail/roblox-outfit-copier/lolhhhlhilceopgjmkekbacimmlogknd
Descripción Copy the outfit of any Roblox user to your own avatar with the click of a button.
Tamaño del Archivo 8.93 KB
Cantidad de Instalaciones 8,322
Versión Actual 1.0.3
Última Actualización 2023-10-27
Fecha de Publicación 2022-04-14
Calificación 3.28/5 Total de 36 Calificaciones
Desarrollador khizzerdev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}