Roblox Outfit Copier
Copy the outfit of any Roblox user to your own avatar with the click of a button.
O que é Roblox Outfit Copier?
Roblox Outfit Copier é uma extensão do Chrome desenvolvida por khizzerdev, e sua principal característica é "Copy the outfit of any Roblox user to your own avatar with the click of a button.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Roblox Outfit Copier
Baixe arquivos de extensão Roblox Outfit Copier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Roblox Outfit Copier |
ID | lolhhhlhilceopgjmkekbacimmlogknd |
URL Oficial | https://chromewebstore.google.com/detail/roblox-outfit-copier/lolhhhlhilceopgjmkekbacimmlogknd |
Descrição | Copy the outfit of any Roblox user to your own avatar with the click of a button. |
Tamanho do Arquivo | 8.93 KB |
Contagem de Instalações | 8,322 |
Versão Atual | 1.0.3 |
Última Atualização | 2023-10-27 |
Data de Publicação | 2022-04-14 |
Classificação | 3.28/5 Total de 36 Avaliações |
Desenvolvedor | khizzerdev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |