Roblox extension
extention for roblox
什么是Roblox extension?
Roblox extension是由Developer开发的Chrome扩展程序,该扩展的主要功能是“extention for roblox”。
扩展截图
下载Roblox extension扩展crx文件
下载Roblox extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple extension designed to help retrieve your Roblox models/assets within seconds All you need to do to retrieve your model is install the extension and then go to your Roblox avatar editor page, it will then automatically export.
扩展基本信息
名称 | |
ID | almhfgmoclhbdlcignecidemgmhopjam |
官方URL | https://chrome.google.com/webstore/detail/roblox-extension/almhfgmoclhbdlcignecidemgmhopjam |
简介 | extention for roblox |
文件大小 | 4.55 KB |
安装次数 | 526 |
当前版本 | 1.0.0 |
更新时间 | 2022-07-12 |
上架时间 | 2022-03-14 |
评分 | 4.45/5 共20次评分 |
开发者 | Developer |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ropro.io/ |
帮助页面URL | https://ropro.io/ |
隐私政策页面URL | https://bloxy.info/about/privacy_policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roblox extension", "description": "extention for roblox", "version": "1.0.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.roblox.com\/my\/avatar*" ], "js": [ "main.js" ] } ] } |