CSfloat | Buff Comparison

Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!

CSfloat | Buff Comparison क्या है?

CSfloat | Buff Comparison https://steammarketmaster.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Gain deeper market data with this extension, in a compact and lightweight form!

PROS:
-buff item listing button on items
-detailed information on buff lowest listing items, (float, usd and yuan pricing)
-no login required
-buff item inspect url (no login needed)
-cny to usd price exchange rate updates every 10 hours (fresh exchange rate pricing to maximize accuracy).
-clean, lightweight, design, decent ui (in my opinion).

CONS:
-currently cant do anything with stickers, cases, or packages (starting to add backend support)
-(currently) impossible to display specific float/pattern/phase pricing from buff.

please contact me on discord for questions or suggestions: orange.monkey.                    

एक्सटेंशन की मूल जानकारी

नाम CSfloat | Buff Comparison CSfloat | Buff Comparison
ID ofibniikodenocpbfimigekcbmgncdkb
आधिकारिक URL https://chromewebstore.google.com/detail/csfloat-buff-comparison/ofibniikodenocpbfimigekcbmgncdkb
विवरण Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!
फ़ाइल का आकार 10.16 KB
स्थापना संख्या 26
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-12-02
प्रकाशन तिथि 2023-08-18
डेवलपर https://steammarketmaster.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://steammarketmaster.com
सहायता पृष्ठ URL https://steammarketmaster.com/contact
गोपनीयता नीति पृष्ठ URL https://steammarketmaster.com/contact.php
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CSfloat | Buff Comparison",
    "version": "1.0",
    "description": "Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!",
    "host_permissions": [
        "https:\/\/api.steammarketmaster.com\/api\/scrape",
        "https:\/\/api.steammarketmaster.com\/api\/buffScrape"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/csfloat.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/iconbuff.png"
            ],
            "matches": [
                "https:\/\/csfloat.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}