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…

Apa itu ROBLOX Upload Enhancer?

ROBLOX Upload Enhancer adalah ekstensi Chrome yang dikembangkan oleh WereFreinds, dan fitur utamanya adalah "Since Seranok removed his version of Roblox Upload Enhancer, i have taken the liberty to upload a new version for the public so you…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ROBLOX Upload Enhancer

Unduh file ekstensi ROBLOX Upload Enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ROBLOX Upload Enhancer ROBLOX Upload Enhancer
ID nakcejjjkpbhmgkpkjeichbmklcgpjki
URL Resmi https://chromewebstore.google.com/detail/roblox-upload-enhancer/nakcejjjkpbhmgkpkjeichbmklcgpjki
Deskripsi Since Seranok removed his version of Roblox Upload Enhancer, i have taken the liberty to upload a new version for the public so you…
Ukuran File 80.43 KB
Jumlah Instalasi 3,794
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2018-10-31
Tanggal Publikasi 2018-10-31
Penilaian 3.39/5 Total 18 Penilaian
Pengembang WereFreinds
Tipe Pembayaran free
Bahasa yang Didukung 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"
}