Robux to USD

Convert R$ to USD for Roblox +More

What is Robux to USD?

Robux to USD is a Chrome extension developed by Hanfian, and its main feature is "Convert R$ to USD for Roblox +More".

Extension Screenshots

screenshot
screenshot

Download Robux to USD Extension CRX File

Download Robux to USD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Robux to USD Robux to USD
ID bodeglehbhhophjohjfpddflimmhilod
Official URL https://chromewebstore.google.com/detail/robux-to-usd/bodeglehbhhophjohjfpddflimmhilod
Description Convert R$ to USD for Roblox +More
File Size 57.25 KB
Installation Count 35,151
Current Version 1.182
Last Updated 2019-02-11
Publish Date 2019-02-10
Rating 2.81/5 Total 239 Ratings
Developer Hanfian
Payment Type free
Extension Website https://www.roblox.com/users/5503999/profile
Help Page URL https://www.roblox.com/users/5503999/profile
Supported Languages 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"
            ]
        }
    ]
}