CSFloat price to Buff price
Check price of any CSFloat offers on Buff163.
CSFloat price to Buff price là gì?
CSFloat price to Buff price là một tiện ích mở rộng Chrome được phát triển bởi thebycop, và tính năng chính của nó là "Check price of any CSFloat offers on Buff163.".
Ả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 price to Buff price
Tải xuống các tệp mở rộng CSFloat price to Buff price 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CSFloat price to Buff price |
ID | lfgejbipklggolmlfkmopkbjjakiljpg |
URL Chính Thức | https://chromewebstore.google.com/detail/csfloat-price-to-buff-pri/lfgejbipklggolmlfkmopkbjjakiljpg |
Mô tả | Check price of any CSFloat offers on Buff163. |
Kích Thước Tệp | 510 KB |
Số Lần Cài Đặt | 828 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2023-09-30 |
Ngày Phát Hành | 2023-08-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | thebycop |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/bycop |
URL Trang Trợ Giúp | https://github.com/bycop/csfloat-buff-checker |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |