ROBUX to Dollars Display

Converts ROBUX amounts to American Dollars on the ROBLOX website.

Qu'est-ce que ROBUX to Dollars Display ?

ROBUX to Dollars Display est une extension Chrome développée par Stephen Leitnick, et sa fonction principale est "Converts ROBUX amounts to American Dollars on the ROBLOX website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ROBUX to Dollars Display

Téléchargez les fichiers d'extension ROBUX to Dollars Display au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ROBUX to Dollars Display ROBUX to Dollars Display
ID cjidafeffoionbhpaknjkmpgikdceojm
URL Officiel https://chrome.google.com/webstore/detail/robux-to-dollars-display/cjidafeffoionbhpaknjkmpgikdceojm
Description Converts ROBUX amounts to American Dollars on the ROBLOX website.
Taille du Fichier 127 KB
Nombre d'Installations 10,000
Version Actuelle 1.1.5
Dernière Mise à Jour 2017-03-02
Date de Publication 2017-03-02
Évaluation 3.48/5 Total 362 Évaluations
Développeur Stephen Leitnick
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}