Steam AUD

Convert Steam currency to AUD

What is Steam AUD?

Steam AUD is a Chrome extension developed by jphunter.0, and its main feature is "Convert Steam currency to AUD".

Extension Screenshots

screenshot
screenshot

Download Steam AUD Extension CRX File

Download Steam AUD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Steam AUD Steam AUD
ID ogocikdglclnlbpcnpmffmkdcelagfih
Official URL https://chromewebstore.google.com/detail/steam-aud/ogocikdglclnlbpcnpmffmkdcelagfih
Description Convert Steam currency to AUD
File Size 80.99 KB
Installation Count 139
Current Version 0.1.2
Last Updated 2017-05-20
Publish Date 2017-05-20
Rating 3.87/5 Total 15 Ratings
Developer jphunter.0
Payment Type free
Supported Languages 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"
    }
}