Robux to USD

Convert R$ to USD for Roblox +More

Robux to USD là gì?

Robux to USD là một tiện ích mở rộng Chrome được phát triển bởi Hanfian, và tính năng chính của nó là "Convert R$ to USD for Roblox +More".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Robux to USD

Tải xuống các tệp mở rộng Robux to USD dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Robux to USD Robux to USD
ID bodeglehbhhophjohjfpddflimmhilod
URL Chính Thức https://chromewebstore.google.com/detail/robux-to-usd/bodeglehbhhophjohjfpddflimmhilod
Mô tả Convert R$ to USD for Roblox +More
Kích Thước Tệp 57.25 KB
Số Lần Cài Đặt 35,151
Phiên Bản Hiện Tại 1.182
Cập Nhật Lần Cuối 2019-02-11
Ngày Phát Hành 2019-02-10
Đánh Giá 2.81/5 Tổng số 239 Đánh Giá
Nhà Phát Triển Hanfian
Loại Thanh Toán free
Trang Web Mở Rộng https://www.roblox.com/users/5503999/profile
URL Trang Trợ Giúp https://www.roblox.com/users/5503999/profile
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}