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!”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
}
} | |