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"
}
} | |