CSFloat price to Buff price
Check price of any CSFloat offers on Buff163.
什么是CSFloat price to Buff price?
CSFloat price to Buff price是由thebycop开发的Chrome扩展程序,该扩展的主要功能是“Check price of any CSFloat offers on Buff163.”。
扩展截图
下载CSFloat price to Buff price扩展crx文件
下载CSFloat price to Buff price扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will allow you to compare the price of any CSFloat offer with the Buff163 price. This extension is open-source and available on github for selfhosting: https://github.com/bycop/csfloat-buff-checker Don't hesitate to contribute to the project, leave a star or follow on github
扩展基本信息
名称 | CSFloat price to Buff price |
ID | lfgejbipklggolmlfkmopkbjjakiljpg |
官方URL | https://chromewebstore.google.com/detail/csfloat-price-to-buff-pri/lfgejbipklggolmlfkmopkbjjakiljpg |
简介 | Check price of any CSFloat offers on Buff163. |
文件大小 | 510 KB |
安装次数 | 828 |
当前版本 | 1.5 |
更新时间 | 2023-09-30 |
上架时间 | 2023-08-10 |
评分 | 5.00/5 共2次评分 |
开发者 | thebycop |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/bycop |
帮助页面URL | https://github.com/bycop/csfloat-buff-checker |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSFloat price to Buff price", "version": "1.5", "description": "Check price of any CSFloat offers on Buff163.", "icons": { "16": "icons\/logo_16.png", "32": "icons\/logo_32.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "action": { "default_title": "Like this project ? Click me" }, "host_permissions": [ "https:\/\/csfloat.com\/*", "https:\/\/api.steaminventoryhelper.com\/*", "https:\/\/github.com\/bycop" ], "content_scripts": [ { "matches": [ "https:\/\/csfloat.com\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/api.steaminventoryhelper.com\/*", "https:\/\/github.com\/bycop" ] }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true } } |