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…
什么是ROBLOX Upload Enhancer?
ROBLOX Upload Enhancer是由WereFreinds开发的Chrome扩展程序,该扩展的主要功能是“Since Seranok removed his version of Roblox Upload Enhancer, i have taken the liberty to upload a new version for the public so you…”。
扩展截图
下载ROBLOX Upload Enhancer扩展crx文件
下载ROBLOX Upload Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ROBLOX Upload Enhancer |
ID | nakcejjjkpbhmgkpkjeichbmklcgpjki |
官方URL | https://chromewebstore.google.com/detail/roblox-upload-enhancer/nakcejjjkpbhmgkpkjeichbmklcgpjki |
简介 | Since Seranok removed his version of Roblox Upload Enhancer, i have taken the liberty to upload a new version for the public so you… |
文件大小 | 80.43 KB |
安装次数 | 3,794 |
当前版本 | 0.0.1 |
更新时间 | 2018-10-31 |
上架时间 | 2018-10-31 |
评分 | 3.39/5 共18次评分 |
开发者 | WereFreinds |
付费类型 | free |
支持的语言 | 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" } |