Steam Booster Packs Profit Finder

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

什麼是Steam Booster Packs Profit Finder?

Steam Booster Packs Profit Finder是由16ROCK開發的Chrome擴展程式,該擴展的主要功能是“Profitably exchange your gems for booster packs from your collection of games”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Steam Booster Packs Profit Finder擴展crx文件

下載Steam Booster Packs Profit Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Steam Booster Packs Profit Finder Steam Booster Packs Profit Finder
ID knhicbficbafeombbgjfenfjfngmnann
官方網址 https://chromewebstore.google.com/detail/steam-booster-packs-profi/knhicbficbafeombbgjfenfjfngmnann
簡介 Profitably exchange your gems for booster packs from your collection of games
檔案大小 30.78 KB
安裝次數 1,718
目前版本 2.1.5
更新時間 2023-06-12
上架時間 2019-08-31
評分 4.30/5 共 30 次評分
開發者 16ROCK
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/boostercreator/privacy-policy
支援的語言 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"
            ]
        }
    ]
}