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
公式URL 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
Eメール [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"
            ]
        }
    ]
}