Steam-Buyer

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

什麼是Steam-Buyer?

Steam-Buyer是由d42f開發的Chrome擴展程式,該擴展的主要功能是“Steam-Buyer is a simple application to make purchases in the Steam store.”。

擴展截圖

screenshot

下載Steam-Buyer擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Steam-Buyer Steam-Buyer
ID ppbmhbiefeejlabibcbpecpophmfodei
官方網址 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"
        ]
    }
}