Steam AUD

Convert Steam currency to AUD

什麼是Steam AUD?

Steam AUD是由jphunter.0開發的Chrome擴展程式,該擴展的主要功能是“Convert Steam currency to AUD”。

擴展截圖

screenshot
screenshot

下載Steam AUD擴展crx文件

下載Steam AUD擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Steam AUD Steam AUD
ID ogocikdglclnlbpcnpmffmkdcelagfih
官方網址 https://chromewebstore.google.com/detail/steam-aud/ogocikdglclnlbpcnpmffmkdcelagfih
簡介 Convert Steam currency to AUD
檔案大小 80.99 KB
安裝次數 139
目前版本 0.1.2
更新時間 2017-05-20
上架時間 2017-05-20
評分 3.87/5 共 15 次評分
開發者 jphunter.0
付費類型 free
支援的語言 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"
    }
}