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”。

擴展截圖

screenshot
screenshot

下載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!                    

擴展基本資訊

名稱 Robux to USD Robux to USD
ID bodeglehbhhophjohjfpddflimmhilod
官方網址 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"
            ]
        }
    ]
}