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"
    }
}