Steam Ninja!

Features for Auto-Purchasing, Popup for Badge Search and Item (backgrounds, emoticons, Trading cards) overview including prices

Was ist Steam Ninja!?

Steam Ninja! ist eine Chrome-Erweiterung, die von Beans & Pixels entwickelt wurde, und ihr Hauptmerkmal ist "Features for Auto-Purchasing, Popup for Badge Search and Item (backgrounds, emoticons, Trading cards) overview including prices".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Steam Ninja!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Steam Ninja!-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

                        This Steam Community companion will speed up common tasks on the market. You will have an overview of all the items (backgrounds, emoticons, booster packs, etc) that a game has to offer. 

Your badge page will also have an option to buy all the Trading cards to complete your badge in One-Click. 

For those of you that sell their items on the market, you inventory will have a price overview of the historical prices, and the price currently on the market. This way you have a better idea of what your item is worth.

Features:
* Optionally automate trading card purchases
* Search for games with Trading cards including prices and XP
* List of all backgrounds, emoticons, booster packs, etc including prices
* Overview of price history on inventory page
* Switch able currency (Euro most accurate)
* Handy links to market items

Support:
If there are any problem you can contact me directly trough Steam: http://steamcommunity.com/id/beansandpixels/                    

Grundlegende Informationen zur Erweiterung

Name Steam Ninja! Steam Ninja!
ID iafjcapblconlangblamhojmlpbdebhn
Offizielle URL https://chrome.google.com/webstore/detail/steam-ninja/iafjcapblconlangblamhojmlpbdebhn
Beschreibung Features for Auto-Purchasing, Popup for Badge Search and Item (backgrounds, emoticons, Trading cards) overview including prices
Dateigröße 815 KB
Installationsanzahl 3,000
Aktuelle Version 2.1.1
Letztes Update 2017-12-19
Veröffentlichungsdatum 2017-12-19
Bewertung 3.47/5 Insgesamt 76 Bewertungen
Entwickler Beans & Pixels
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam Ninja!",
    "short_name": "Steam Ninja!",
    "description": "Features for Auto-Purchasing, Popup for Badge Search and Item (backgrounds, emoticons, Trading cards) overview including prices",
    "version": "2.1.1",
    "default_locale": "en",
    "icons": {
        "48": "icons\/steam-ninja-logo-48.png",
        "128": "icons\/steam-ninja-logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/steam-ninja-logo-19.png"
        },
        "default_popup": "html\/popup.html"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "styles\/steamninja.main.css"
            ],
            "js": [
                "scripts\/steamninja.vendor.js",
                "scripts\/steamninja.main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/aws.steamninja.net\/*",
        "*:\/\/steamcommunity.com\/*\/*\/wishlist\/*",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "scripts\/*",
        "img\/*",
        "fonts\/*",
        "config\/*",
        "html\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}