Roblox Outfit Copier

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

Hvad er Roblox Outfit Copier?

Roblox Outfit Copier er en Chrome-udvidelse udviklet af khizzerdev, og dens hovedfunktion er "Copy the outfit of any Roblox user to your own avatar with the click of a button.".

Udvidelsesskærmbilleder

screenshot

Download Roblox Outfit Copier-udvidelses-CRX-fil

Download Roblox Outfit Copier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Roblox Outfit Copier Roblox Outfit Copier
ID lolhhhlhilceopgjmkekbacimmlogknd
Officiel URL https://chromewebstore.google.com/detail/roblox-outfit-copier/lolhhhlhilceopgjmkekbacimmlogknd
Beskrivelse Copy the outfit of any Roblox user to your own avatar with the click of a button.
Filstørrelse 8.93 KB
Antal Installationer 8,322
Nuværende Version 1.0.3
Senest Opdateret 2023-10-27
Udgivelsesdato 2022-04-14
Bedømmelse 3.28/5 Samlet 36 Bedømmelser
Udvikler khizzerdev
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}