Steam AUD

Convert Steam currency to AUD

Steam AUDคืออะไร?

Steam AUD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jphunter.0 และคุณลักษณะหลักของมันคือ "Convert Steam currency to AUD"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam AUD

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}