Robux to USD
Convert R$ to USD for Roblox +More
Wat is Robux to USD?
Robux to USD is een Chrome-extensie ontwikkeld door Hanfian, en de belangrijkste functie is "Convert R$ to USD for Roblox +More".
Extensie Screenshots
Download het CRX-bestand van de extensie Robux to USD
Download Robux to USD-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Robux to USD |
ID | bodeglehbhhophjohjfpddflimmhilod |
Officiële URL | https://chromewebstore.google.com/detail/robux-to-usd/bodeglehbhhophjohjfpddflimmhilod |
Beschrijving | Convert R$ to USD for Roblox +More |
Bestandsgrootte | 57.25 KB |
Aantal Installaties | 35,151 |
Huidige Versie | 1.182 |
Laatst Bijgewerkt | 2019-02-11 |
Publicatiedatum | 2019-02-10 |
Beoordeling | 2.81/5 Totaal 239 Beoordelingen |
Ontwikkelaar | Hanfian |
Betalingswijze | free |
Extensiewebsite | https://www.roblox.com/users/5503999/profile |
Help Pagina-URL | https://www.roblox.com/users/5503999/profile |
Ondersteunde Talen | 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" ] } ] } |