Roblox Outfit Copier

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

Wat is Roblox Outfit Copier?

Roblox Outfit Copier is een Chrome-extensie ontwikkeld door khizzerdev, en de belangrijkste functie is "Copy the outfit of any Roblox user to your own avatar with the click of a button.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Roblox Outfit Copier

Download Roblox Outfit Copier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Roblox Outfit Copier Roblox Outfit Copier
ID lolhhhlhilceopgjmkekbacimmlogknd
Officiële URL https://chromewebstore.google.com/detail/roblox-outfit-copier/lolhhhlhilceopgjmkekbacimmlogknd
Beschrijving Copy the outfit of any Roblox user to your own avatar with the click of a button.
Bestandsgrootte 8.93 KB
Aantal Installaties 8,322
Huidige Versie 1.0.3
Laatst Bijgewerkt 2023-10-27
Publicatiedatum 2022-04-14
Beoordeling 3.28/5 Totaal 36 Beoordelingen
Ontwikkelaar khizzerdev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}