Steam AUD
Convert Steam currency to AUD
Co to jest Steam AUD?
Steam AUD to rozszerzenie Chrome opracowane przez jphunter.0, a jego główną funkcją jest „Convert Steam currency to AUD”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Steam AUD
Pobierz pliki rozszerzeń Steam AUD w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ogocikdglclnlbpcnpmffmkdcelagfih |
Oficjalny URL | https://chromewebstore.google.com/detail/steam-aud/ogocikdglclnlbpcnpmffmkdcelagfih |
Opis | Convert Steam currency to AUD |
Rozmiar pliku | 80.99 KB |
Liczba instalacji | 139 |
Aktualna Wersja | 0.1.2 |
Ostatnia Aktualizacja | 2017-05-20 |
Data Publikacji | 2017-05-20 |
Ocena | 3.87/5 Łącznie 15 Oceny |
Deweloper | jphunter.0 |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |