CSfloat | Buff Comparison

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

Was ist CSfloat | Buff Comparison?

CSfloat | Buff Comparison ist eine Chrome-Erweiterung, die von https://steammarketmaster.com entwickelt wurde, und ihr Hauptmerkmal ist "Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

CSfloat | Buff Comparison-Erweiterungs-CRX-Datei herunterladen

Laden Sie CSfloat | Buff Comparison-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CSfloat | Buff Comparison CSfloat | Buff Comparison
ID ofibniikodenocpbfimigekcbmgncdkb
Offizielle URL https://chromewebstore.google.com/detail/csfloat-buff-comparison/ofibniikodenocpbfimigekcbmgncdkb
Beschreibung Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!
Dateigröße 10.16 KB
Installationsanzahl 26
Aktuelle Version 1.0
Letztes Update 2023-12-02
Veröffentlichungsdatum 2023-08-18
Entwickler https://steammarketmaster.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://steammarketmaster.com
Hilfeseite URL https://steammarketmaster.com/contact
URL der Datenschutzrichtlinien-Seite https://steammarketmaster.com/contact.php
Unterstützte Sprachen 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"
    }
}