Steam-Buyer

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

Was ist Steam-Buyer?

Steam-Buyer ist eine Chrome-Erweiterung, die von d42f entwickelt wurde, und ihr Hauptmerkmal ist "Steam-Buyer is a simple application to make purchases in the Steam store.".

Erweiterungsscreenshots

screenshot

Steam-Buyer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Steam-Buyer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Steam-Buyer Steam-Buyer
ID ppbmhbiefeejlabibcbpecpophmfodei
Offizielle URL https://chromewebstore.google.com/detail/steam-buyer/ppbmhbiefeejlabibcbpecpophmfodei
Beschreibung Steam-Buyer is a simple application to make purchases in the Steam store.
Dateigröße 251 KB
Installationsanzahl 120
Aktuelle Version 0.5
Letztes Update 2015-06-20
Veröffentlichungsdatum 2015-06-20
Bewertung 2.00/5 Insgesamt 3 Bewertungen
Entwickler d42f
Zahlungsart free
Erweiterungswebsite https://github.com/d42f/steam-buyer
Hilfeseite URL https://github.com/d42f/steam-buyer/issues
Unterstützte Sprachen 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"
        ]
    }
}