CSfloat | Buff Comparison
Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!
CSfloat | Buff Comparison là gì?
CSfloat | Buff Comparison là một tiện ích mở rộng Chrome được phát triển bởi https://steammarketmaster.com, và tính năng chính của nó là "Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CSfloat | Buff Comparison
Tải xuống các tệp mở rộng CSfloat | Buff Comparison dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CSfloat | Buff Comparison |
ID | ofibniikodenocpbfimigekcbmgncdkb |
URL Chính Thức | https://chromewebstore.google.com/detail/csfloat-buff-comparison/ofibniikodenocpbfimigekcbmgncdkb |
Mô tả | Seamlessly get lowest price data, and additional info (along with Buff inspect images!) from Buff163 directly from CSfloat! |
Kích Thước Tệp | 10.16 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-12-02 |
Ngày Phát Hành | 2023-08-18 |
Nhà Phát Triển | https://steammarketmaster.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://steammarketmaster.com |
URL Trang Trợ Giúp | https://steammarketmaster.com/contact |
URL Trang Chính Sách Bảo Mật | https://steammarketmaster.com/contact.php |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |