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
公式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"
        ]
    }
}