ROBUX to Dollars Display

Converts ROBUX amounts to American Dollars on the ROBLOX website.

Hvad er ROBUX to Dollars Display?

ROBUX to Dollars Display er en Chrome-udvidelse udviklet af Stephen Leitnick, og dens hovedfunktion er "Converts ROBUX amounts to American Dollars on the ROBLOX website.".

Udvidelsesskærmbilleder

screenshot

Download ROBUX to Dollars Display-udvidelses-CRX-fil

Download ROBUX to Dollars Display-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ROBUX to Dollars Display ROBUX to Dollars Display
ID cjidafeffoionbhpaknjkmpgikdceojm
Officiel URL https://chrome.google.com/webstore/detail/robux-to-dollars-display/cjidafeffoionbhpaknjkmpgikdceojm
Beskrivelse Converts ROBUX amounts to American Dollars on the ROBLOX website.
Filstørrelse 127 KB
Antal Installationer 10,000
Nuværende Version 1.1.5
Senest Opdateret 2017-03-02
Udgivelsesdato 2017-03-02
Bedømmelse 3.48/5 Samlet 362 Bedømmelser
Udvikler Stephen Leitnick
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}