Steam-Buyer

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

Co to jest Steam-Buyer?

Steam-Buyer to rozszerzenie Chrome opracowane przez d42f, a jego główną funkcją jest „Steam-Buyer is a simple application to make purchases in the Steam store.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Steam-Buyer

Pobierz pliki rozszerzeń Steam-Buyer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Steam-Buyer Steam-Buyer
ID ppbmhbiefeejlabibcbpecpophmfodei
Oficjalny URL https://chromewebstore.google.com/detail/steam-buyer/ppbmhbiefeejlabibcbpecpophmfodei
Opis Steam-Buyer is a simple application to make purchases in the Steam store.
Rozmiar pliku 251 KB
Liczba instalacji 120
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2015-06-20
Data Publikacji 2015-06-20
Ocena 2.00/5 Łącznie 3 Oceny
Deweloper d42f
Typ Płatności free
Strona Rozszerzenia https://github.com/d42f/steam-buyer
Adres URL Strony Pomocy https://github.com/d42f/steam-buyer/issues
Obsługiwane Języki 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"
        ]
    }
}