Robux to USD
Convert R$ to USD for Roblox +More
Was ist Robux to USD?
Robux to USD ist eine Chrome-Erweiterung, die von Hanfian entwickelt wurde, und ihr Hauptmerkmal ist "Convert R$ to USD for Roblox +More".
Erweiterungsscreenshots
Robux to USD-Erweiterungs-CRX-Datei herunterladen
Laden Sie Robux to USD-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Robux to USD |
ID | bodeglehbhhophjohjfpddflimmhilod |
Offizielle URL | https://chromewebstore.google.com/detail/robux-to-usd/bodeglehbhhophjohjfpddflimmhilod |
Beschreibung | Convert R$ to USD for Roblox +More |
Dateigröße | 57.25 KB |
Installationsanzahl | 35,151 |
Aktuelle Version | 1.182 |
Letztes Update | 2019-02-11 |
Veröffentlichungsdatum | 2019-02-10 |
Bewertung | 2.81/5 Insgesamt 239 Bewertungen |
Entwickler | Hanfian |
Zahlungsart | free |
Erweiterungswebsite | https://www.roblox.com/users/5503999/profile |
Hilfeseite URL | https://www.roblox.com/users/5503999/profile |
Unterstützte Sprachen | 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" ] } ] } |