Robux to USD
Convert R$ to USD for Roblox +More
什么是Robux to USD?
Robux to USD是由Hanfian开发的Chrome扩展程序,该扩展的主要功能是“Convert R$ to USD for Roblox +More”。
扩展截图
下载Robux to USD扩展crx文件
下载Robux to USD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Will make it so that instead of displaying your Robux in your roblox account, it will be replaced with its USD value.
Contact Hanfian on Roblox or with twitter @HanfianRBX if you find any problems or want to suggest anything.
[RECENT UPDATE]
Game pages now show game videos! 扩展基本信息
| 名称 | |
| ID | bodeglehbhhophjohjfpddflimmhilod |
| 官方URL | https://chromewebstore.google.com/detail/robux-to-usd/bodeglehbhhophjohjfpddflimmhilod |
| 简介 | Convert R$ to USD for Roblox +More |
| 文件大小 | 57.25 KB |
| 安装次数 | 35,151 |
| 当前版本 | 1.182 |
| 更新时间 | 2019-02-11 |
| 上架时间 | 2019-02-10 |
| 评分 | 2.81/5 共239次评分 |
| 开发者 | Hanfian |
| 付费类型 | free |
| 扩展官网 | https://www.roblox.com/users/5503999/profile |
| 帮助页面URL | https://www.roblox.com/users/5503999/profile |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Robux to USD",
"version": "1.182",
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"description": "Convert R$ to USD for Roblox +More",
"icons": {
"128": "icon128.png"
},
"browser_action": [],
"web_accessible_resources": [
"bg.png"
],
"permissions": [
"storage",
"https:\/\/*\/*"
],
"content_scripts": [
{
"css": [
"extension.css"
],
"matches": [
"*:\/\/www.roblox.com\/*"
],
"js": [
"jquery.min.js",
"main.js"
]
}
]
} | |