Steam AUD
Convert Steam currency to AUD
什么是Steam AUD?
Steam AUD是由jphunter.0开发的Chrome扩展程序,该扩展的主要功能是“Convert Steam currency to AUD”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | ogocikdglclnlbpcnpmffmkdcelagfih |
官方URL | 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" } } |