Steam Ninja!
Features for Auto-Purchasing, Popup for Badge Search and Item (backgrounds, emoticons, Trading cards) overview including prices
Steam Ninja! là gì?
Steam Ninja! là một tiện ích mở rộng Chrome được phát triển bởi Beans & Pixels, và tính năng chính của nó là "Features for Auto-Purchasing, Popup for Badge Search and Item (backgrounds, emoticons, Trading cards) overview including prices".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Steam Ninja!
Tải xuống các tệp mở rộng Steam Ninja! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | iafjcapblconlangblamhojmlpbdebhn |
URL Chính Thức | https://chrome.google.com/webstore/detail/steam-ninja/iafjcapblconlangblamhojmlpbdebhn |
Mô tả | Features for Auto-Purchasing, Popup for Badge Search and Item (backgrounds, emoticons, Trading cards) overview including prices |
Kích Thước Tệp | 815 KB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 2.1.1 |
Cập Nhật Lần Cuối | 2017-12-19 |
Ngày Phát Hành | 2017-12-19 |
Đánh Giá | 3.47/5 Tổng số 76 Đánh Giá |
Nhà Phát Triển | Beans & Pixels |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |