Steam Booster Packs Profit Finder

Profitably exchange your gems for booster packs from your collection of games

Steam Booster Packs Profit Finder là gì?

Steam Booster Packs Profit Finder là một tiện ích mở rộng Chrome được phát triển bởi 16ROCK, và tính năng chính của nó là "Profitably exchange your gems for booster packs from your collection of games".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steam Booster Packs Profit Finder

Tải xuống các tệp mở rộng Steam Booster Packs Profit Finder 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

                        Our Extension helps you see the sale price of booster packs from your Steam library for profit or to recoup some or all of the cost of a purchased game.

Extension functions:
* The "Profit" and "Fast Profit" buttons sort booster packs by price relative to gem value by profit
* "Profit" shows the best starting prices for the sale
* "Fast Profit" shows the best request prices for an instant sale
* Sorting by: name, gems, price and request
* Displaying a color scale on prices to show the profitability of crafting booster packs
* Displays the remaining time until the next booster pack is received when hovering over it (new booster pack become available for exchange every 24 hours)

Get the most out of your game library!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steam Booster Packs Profit Finder Steam Booster Packs Profit Finder
ID knhicbficbafeombbgjfenfjfngmnann
URL Chính Thức https://chromewebstore.google.com/detail/steam-booster-packs-profi/knhicbficbafeombbgjfenfjfngmnann
Mô tả Profitably exchange your gems for booster packs from your collection of games
Kích Thước Tệp 30.78 KB
Số Lần Cài Đặt 1,718
Phiên Bản Hiện Tại 2.1.5
Cập Nhật Lần Cuối 2023-06-12
Ngày Phát Hành 2019-08-31
Đánh Giá 4.30/5 Tổng số 30 Đánh Giá
Nhà Phát Triển 16ROCK
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/boostercreator/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Booster Packs Profit Finder",
    "default_locale": "en",
    "description": "__MSG_description__",
    "version": "2.1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_title": "Open page booster pack creator"
    },
    "short_name": "Steam Booster Packs Profit Finder",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/tradingcards\/boostercreator\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}