float2buff

Compares CSGOFloat prices to Buff163 prices.

float2buffคืออะไร?

float2buff เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Filip Dobrosavljevic และคุณลักษณะหลักของมันคือ "Compares CSGOFloat prices to Buff163 prices."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย float2buff

ดาวน์โหลดไฟล์ส่วนขยาย float2buff ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Attention all CS:GO traders and skin enthusiasts! Welcome to "Float2Buff," the ultimate Chrome extension designed to revolutionize your CS:GO trading experience. Say goodbye to the hassle of switching between platforms to compare item prices. With Float2Buff, you can effortlessly view CS:GO item prices from Buff and CSGOFloat side by side, giving you the power to make informed and profitable trading decisions.

Why Install Float2Buff?

1. Seamless Price Comparison: Float2Buff brings together Buff163 and CSGOFloat prices in one convenient location. Easily compare prices and spot the best deals without the need for constant tab-switching.

2. Stay Updated in Real-Time: Our extension provides real-time updates, ensuring that you always have the most accurate and up-to-date pricing information at your fingertips.

3. Save Time and Effort: Streamline your trading workflow with Float2Buff's seamless integration into your browser. Save time and effort by having all the pricing data you need in one place.

4. Secure and Reliable: We prioritize your security and privacy. Float2Buff is built with robust data protection measures, ensuring a secure trading experience.

How to Get Started:

1. Install Float2Buff: Click "Add to Chrome" to install the Float2Buff extension and unlock a new level of convenience in your CS:GO trading journey.

2. Add Cookie Values from Buff163 to the Extension: In order for Float2Buff to retrieve the current Buff163 market prices, you need to provide your Buff163 cookie values in the options of this extension. The cookie value is saved permanently, however you may have to renew it whenever your 10 day login period on Buff resets.

3. Effortless Price Comparison: Once installed, Float2Buff seamlessly integrates into your browser, allowing you to effortlessly view Buff and CSGOFloat prices side by side as you browse CS:GO items.

Restrictions:

Due to Buff's API restrictions, only a limited number of API calls can be made concurrently. This means that users may need to apply advanced filters or search for specific items to ensure that the API calls return the actual price values. Rest assured, we are continuously working to enhance your experience and appreciate your understanding as we strive to deliver the best trading insights possible.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ float2buff float2buff
ID dipfkjlggfaaalbkibefnfhnmcopiabn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/float2buff/dipfkjlggfaaalbkibefnfhnmcopiabn
คำอธิบาย Compares CSGOFloat prices to Buff163 prices.
ขนาดไฟล์ 1.16 MB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-07-29
วันที่เผยแพร่ 2023-07-29
ผู้พัฒนา Filip Dobrosavljevic
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.wamx.ch/wp-content/uploads/2023/07/PrivacyPolicyFloat2Buff.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "float2buff",
    "version": "0.0.1",
    "description": "Compares CSGOFloat prices to Buff163 prices.",
    "action": {
        "default_popup": "options.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/csgofloat.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}