ROBUX to Dollars Display
Converts ROBUX amounts to American Dollars on the ROBLOX website.
Wat is ROBUX to Dollars Display?
ROBUX to Dollars Display is een Chrome-extensie ontwikkeld door Stephen Leitnick, en de belangrijkste functie is "Converts ROBUX amounts to American Dollars on the ROBLOX website.".
Extensie Screenshots
Download het CRX-bestand van de extensie ROBUX to Dollars Display
Download ROBUX to Dollars Display-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
Automatically appends the American Dollar amount to all ROBUX listings on the ROBLOX website. The conversion is based on the Developers Exchange rate, not the purchase rate. This is most useful for ROBLOX developers that use DevEx.
Basisinformatie over de Extensie
Naam | |
ID | cjidafeffoionbhpaknjkmpgikdceojm |
Officiële URL | https://chrome.google.com/webstore/detail/robux-to-dollars-display/cjidafeffoionbhpaknjkmpgikdceojm |
Beschrijving | Converts ROBUX amounts to American Dollars on the ROBLOX website. |
Bestandsgrootte | 127 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.1.5 |
Laatst Bijgewerkt | 2017-03-02 |
Publicatiedatum | 2017-03-02 |
Beoordeling | 3.48/5 Totaal 362 Beoordelingen |
Ontwikkelaar | Stephen Leitnick |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ROBUX to Dollars Display", "description": "Converts ROBUX amounts to American Dollars on the ROBLOX website.", "version": "1.1.5", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/www.roblox.com\/*", "https:\/\/www.roblox.com\/*" ], "js": [ "convert.js", "tracking.js" ], "run_at": "document_idle" } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs" ] } |