Steam-Buyer

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

What is Steam-Buyer?

Steam-Buyer is a Chrome extension developed by d42f, and its main feature is "Steam-Buyer is a simple application to make purchases in the Steam store.".

Extension Screenshots

screenshot

Download Steam-Buyer Extension CRX File

Download Steam-Buyer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Steam-Buyer Steam-Buyer
ID ppbmhbiefeejlabibcbpecpophmfodei
Official URL https://chromewebstore.google.com/detail/steam-buyer/ppbmhbiefeejlabibcbpecpophmfodei
Description Steam-Buyer is a simple application to make purchases in the Steam store.
File Size 251 KB
Installation Count 120
Current Version 0.5
Last Updated 2015-06-20
Publish Date 2015-06-20
Rating 2.00/5 Total 3 Ratings
Developer d42f
Payment Type free
Extension Website https://github.com/d42f/steam-buyer
Help Page URL https://github.com/d42f/steam-buyer/issues
Supported Languages 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"
        ]
    }
}