Steam-Buyer

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

Apa itu Steam-Buyer?

Steam-Buyer adalah ekstensi Chrome yang dikembangkan oleh d42f, dan fitur utamanya adalah "Steam-Buyer is a simple application to make purchases in the Steam store.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Steam-Buyer

Unduh file ekstensi Steam-Buyer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Steam-Buyer Steam-Buyer
ID ppbmhbiefeejlabibcbpecpophmfodei
URL Resmi https://chromewebstore.google.com/detail/steam-buyer/ppbmhbiefeejlabibcbpecpophmfodei
Deskripsi Steam-Buyer is a simple application to make purchases in the Steam store.
Ukuran File 251 KB
Jumlah Instalasi 120
Versi Saat Ini 0.5
Terakhir Diperbarui 2015-06-20
Tanggal Publikasi 2015-06-20
Penilaian 2.00/5 Total 3 Penilaian
Pengembang d42f
Tipe Pembayaran free
Situs Ekstensi https://github.com/d42f/steam-buyer
URL Halaman Bantuan https://github.com/d42f/steam-buyer/issues
Bahasa yang Didukung 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"
        ]
    }
}