Steam Ninja!
Features for Auto-Purchasing, Popup for Badge Search and Item (backgrounds, emoticons, Trading cards) overview including prices
什麼是Steam Ninja!?
Steam Ninja!是由Beans & Pixels開發的Chrome擴展程式,該擴展的主要功能是“Features for Auto-Purchasing, Popup for Badge Search and Item (backgrounds, emoticons, Trading cards) overview including prices”。
擴展截圖
下載Steam Ninja!擴展crx文件
下載Steam Ninja!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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/
擴展基本資訊
名稱 | |
ID | iafjcapblconlangblamhojmlpbdebhn |
官方網址 | https://chrome.google.com/webstore/detail/steam-ninja/iafjcapblconlangblamhojmlpbdebhn |
簡介 | Features for Auto-Purchasing, Popup for Badge Search and Item (backgrounds, emoticons, Trading cards) overview including prices |
檔案大小 | 815 KB |
安裝次數 | 3,000 |
目前版本 | 2.1.1 |
更新時間 | 2017-12-19 |
上架時間 | 2017-12-19 |
評分 | 3.47/5 共 76 次評分 |
開發者 | Beans & Pixels |
付費類型 | free |
支援的語言 | 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'" } |