Steam-Buyer

Steam-Buyer is a simple application to make purchases in the Steam store.

Steam-Buyerคืออะไร?

Steam-Buyer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย d42f และคุณลักษณะหลักของมันคือ "Steam-Buyer is a simple application to make purchases in the Steam store."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Steam-Buyer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Steam-Buyer Steam-Buyer
ID ppbmhbiefeejlabibcbpecpophmfodei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/steam-buyer/ppbmhbiefeejlabibcbpecpophmfodei
คำอธิบาย Steam-Buyer is a simple application to make purchases in the Steam store.
ขนาดไฟล์ 251 KB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2015-06-20
วันที่เผยแพร่ 2015-06-20
คะแนน 2.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา d42f
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/d42f/steam-buyer
URL หน้าช่วยเหลือ https://github.com/d42f/steam-buyer/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam-Buyer",
    "version": "0.5",
    "description": "Steam-Buyer is a simple application to make purchases in the Steam store.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Steam Buyer",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "unlimitedStorage",
        ""
    ],
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "src\/config.js",
            "src\/common.js",
            "src\/storage.js",
            "src\/background.js"
        ]
    }
}