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" } } |