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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Profitably exchange your gems for booster packs from your collection of games"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Steam Booster Packs Profit Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}