ROBLOX Upload Enhancer

Since Seranok removed his version of Roblox Upload Enhancer, i have taken the liberty to upload a new version for the public so you…

O que é ROBLOX Upload Enhancer?

ROBLOX Upload Enhancer é uma extensão do Chrome desenvolvida por WereFreinds, e sua principal característica é "Since Seranok removed his version of Roblox Upload Enhancer, i have taken the liberty to upload a new version for the public so you…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ROBLOX Upload Enhancer

Baixe arquivos de extensão ROBLOX Upload Enhancer 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

                        Since Seranok removed his version of Roblox Upload Enhancer, i have taken the liberty to upload a new version for the public so you can once again Mass Upload files onto ROBLOX.                    

Informações Básicas da Extensão

Nome ROBLOX Upload Enhancer ROBLOX Upload Enhancer
ID nakcejjjkpbhmgkpkjeichbmklcgpjki
URL Oficial https://chromewebstore.google.com/detail/roblox-upload-enhancer/nakcejjjkpbhmgkpkjeichbmklcgpjki
Descrição Since Seranok removed his version of Roblox Upload Enhancer, i have taken the liberty to upload a new version for the public so you…
Tamanho do Arquivo 80.43 KB
Contagem de Instalações 3,794
Versão Atual 0.0.1
Última Atualização 2018-10-31
Data de Publicação 2018-10-31
Classificação 3.39/5 Total de 18 Avaliações
Desenvolvedor WereFreinds
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.js",
                "script.js"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/build\/upload*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "ROBLOX Upload Enhancer",
    "permissions": [
        "*:\/\/*.roblox.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1"
}