Robux to USD
Convert R$ to USD for Roblox +More
Robux to USD क्या है?
Robux to USD Hanfian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert R$ to USD for Roblox +More"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Robux to USD एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" ] } ] } |