ROBLOX Upload Enhancer

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…

Merlin
Additional files are visible only to premium users

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