Steam-Buyer

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

Cos'è Steam-Buyer?

Steam-Buyer è un'estensione di Chrome sviluppata da d42f, e la sua funzione principale è "Steam-Buyer is a simple application to make purchases in the Steam store.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Steam-Buyer

Scarica i file di estensione Steam-Buyer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Steam-Buyer Steam-Buyer
ID ppbmhbiefeejlabibcbpecpophmfodei
URL Ufficiale https://chromewebstore.google.com/detail/steam-buyer/ppbmhbiefeejlabibcbpecpophmfodei
Descrizione Steam-Buyer is a simple application to make purchases in the Steam store.
Dimensione del File 251 KB
Conteggio Installazioni 120
Versione Corrente 0.5
Ultimo Aggiornamento 2015-06-20
Data di Pubblicazione 2015-06-20
Valutazione 2.00/5 Totale 3 Valutazioni
Sviluppatore d42f
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/d42f/steam-buyer
URL della Pagina di Aiuto https://github.com/d42f/steam-buyer/issues
Lingue Supportate 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"
        ]
    }
}