Roblox Outfit Copier

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

Was ist Roblox Outfit Copier?

Roblox Outfit Copier ist eine Chrome-Erweiterung, die von khizzerdev entwickelt wurde, und ihr Hauptmerkmal ist "Copy the outfit of any Roblox user to your own avatar with the click of a button.".

Erweiterungsscreenshots

screenshot

Roblox Outfit Copier-Erweiterungs-CRX-Datei herunterladen

Laden Sie Roblox Outfit Copier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Roblox Outfit Copier Roblox Outfit Copier
ID lolhhhlhilceopgjmkekbacimmlogknd
Offizielle URL https://chromewebstore.google.com/detail/roblox-outfit-copier/lolhhhlhilceopgjmkekbacimmlogknd
Beschreibung Copy the outfit of any Roblox user to your own avatar with the click of a button.
Dateigröße 8.93 KB
Installationsanzahl 8,322
Aktuelle Version 1.0.3
Letztes Update 2023-10-27
Veröffentlichungsdatum 2022-04-14
Bewertung 3.28/5 Insgesamt 36 Bewertungen
Entwickler khizzerdev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}