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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://steammarketmaster.com และคุณลักษณะหลักของมันคือ "Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSfloat | Buff Comparison
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |