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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον khizzerdev, και η κύρια λειτουργία του είναι "Copy the outfit of any Roblox user to your own avatar with the click of a button.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Roblox Outfit Copier

Λήψη αρχείων επέκτασης 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"
    }
}