Steam AUD
Convert Steam currency to AUD
Cos'è Steam AUD?
Steam AUD è un'estensione di Chrome sviluppata da jphunter.0, e la sua funzione principale è "Convert Steam currency to AUD".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steam AUD
Scarica i file di estensione Steam AUD in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ogocikdglclnlbpcnpmffmkdcelagfih |
URL Ufficiale | https://chromewebstore.google.com/detail/steam-aud/ogocikdglclnlbpcnpmffmkdcelagfih |
Descrizione | Convert Steam currency to AUD |
Dimensione del File | 80.99 KB |
Conteggio Installazioni | 139 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2017-05-20 |
Data di Pubblicazione | 2017-05-20 |
Valutazione | 3.87/5 Totale 15 Valutazioni |
Sviluppatore | jphunter.0 |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |