RoPrice
Various useful features added to Roblox trading.
RoPrice là gì?
RoPrice là một tiện ích mở rộng Chrome được phát triển bởi BestSpyBoy, và tính năng chính của nó là "Various useful features added to Roblox trading.".
Ả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 RoPrice
Tải xuống các tệp mở rộng RoPrice 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
A simple tool to make everyday Roblox limited item selling easier! Compatible with all major Roblox trading extensions. Features include: • Audio Notifications for the Rolimons Deals Page • Hide feature for each Deals item • Immediate colored resale price for a Roblox catalog page This extension is good for quick flipping of items, but just because an item doesn't have the best price now doesn't mean it isn't a good investment for future selling. Equally, an item could go either up or down in value after purchase. Disclaimer: RoPrice is a third-party Chrome browser extension and is not affiliated with Roblox or Rolimons. Any Roblox purchases made are at the user's discretion.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RoPrice |
ID | mdplokfcmgoeellkhfmieodjhllldggh |
URL Chính Thức | https://chromewebstore.google.com/detail/roprice/mdplokfcmgoeellkhfmieodjhllldggh |
Mô tả | Various useful features added to Roblox trading. |
Kích Thước Tệp | 175 KB |
Số Lần Cài Đặt | 98 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2023-01-30 |
Ngày Phát Hành | 2023-01-26 |
Nhà Phát Triển | BestSpyBoy |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RoPrice", "description": "Various useful features added to Roblox trading.", "version": "0.0.2", "manifest_version": 3, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/www.rolimons.com\/*", "https:\/\/web.roblox.com\/catalog\/*" ] } ], "icons": { "128": "assets\/smalllogo.png" }, "web_accessible_resources": [ { "resources": [ "assets\/notification.wav" ], "matches": [ "https:\/\/www.rolimons.com\/*" ] } ] } |