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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CSfloat | Buff Comparison 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}