Steam-Buyer

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

Wat is Steam-Buyer?

Steam-Buyer is een Chrome-extensie ontwikkeld door d42f, en de belangrijkste functie is "Steam-Buyer is a simple application to make purchases in the Steam store.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Steam-Buyer

Download Steam-Buyer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Steam-Buyer Steam-Buyer
ID ppbmhbiefeejlabibcbpecpophmfodei
Officiële URL https://chromewebstore.google.com/detail/steam-buyer/ppbmhbiefeejlabibcbpecpophmfodei
Beschrijving Steam-Buyer is a simple application to make purchases in the Steam store.
Bestandsgrootte 251 KB
Aantal Installaties 120
Huidige Versie 0.5
Laatst Bijgewerkt 2015-06-20
Publicatiedatum 2015-06-20
Beoordeling 2.00/5 Totaal 3 Beoordelingen
Ontwikkelaar d42f
Betalingswijze free
Extensiewebsite https://github.com/d42f/steam-buyer
Help Pagina-URL https://github.com/d42f/steam-buyer/issues
Ondersteunde Talen 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"
        ]
    }
}