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"
]
}
]
} | |