Steam AUD

Convert Steam currency to AUD

Qu'est-ce que Steam AUD ?

Steam AUD est une extension Chrome développée par jphunter.0, et sa fonction principale est "Convert Steam currency to AUD".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Steam AUD

Téléchargez les fichiers d'extension Steam AUD 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

                        This extension automatically converts all US currencies on Steam to Australian dollars. Rates are updated daily at 15:00 CET by the European Central Bank.

Fixed page freezing bug.                    

Informations de Base sur l'Extension

Nom Steam AUD Steam AUD
ID ogocikdglclnlbpcnpmffmkdcelagfih
URL Officiel https://chromewebstore.google.com/detail/steam-aud/ogocikdglclnlbpcnpmffmkdcelagfih
Description Convert Steam currency to AUD
Taille du Fichier 80.99 KB
Nombre d'Installations 139
Version Actuelle 0.1.2
Dernière Mise à Jour 2017-05-20
Date de Publication 2017-05-20
Évaluation 3.87/5 Total 15 Évaluations
Développeur jphunter.0
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam AUD",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Convert Steam currency to AUD",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Steam AUD"
    },
    "permissions": [
        "http:\/\/store.steampowered.com\/*",
        "http:\/\/steamcommunity.com\/*",
        "http:\/\/api.fixer.io\/latest?base=USD&symbols=AUD"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}