CSfloat | Buff Comparison

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

Co to jest CSfloat | Buff Comparison?

CSfloat | Buff Comparison to rozszerzenie Chrome opracowane przez https://steammarketmaster.com, a jego główną funkcją jest „Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CSfloat | Buff Comparison

Pobierz pliki rozszerzeń CSfloat | Buff Comparison w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CSfloat | Buff Comparison CSfloat | Buff Comparison
ID ofibniikodenocpbfimigekcbmgncdkb
Oficjalny URL https://chromewebstore.google.com/detail/csfloat-buff-comparison/ofibniikodenocpbfimigekcbmgncdkb
Opis Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!
Rozmiar pliku 10.16 KB
Liczba instalacji 26
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-12-02
Data Publikacji 2023-08-18
Deweloper https://steammarketmaster.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://steammarketmaster.com
Adres URL Strony Pomocy https://steammarketmaster.com/contact
Adres URL Strony Polityki Prywatności https://steammarketmaster.com/contact.php
Obsługiwane Języki 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"
    }
}