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ファイルをダウンロード

CSfloat | Buff Comparison拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}