RoIncome
View your expected Roblox income in the Transactions page.
RoIncome là gì?
RoIncome là một tiện ích mở rộng Chrome được phát triển bởi Blu, và tính năng chính của nó là "View your expected Roblox income in the Transactions page.".
Ả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 RoIncome
Tải xuống các tệp mở rộng RoIncome 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 plugin estimates how many Robux you'll make by the 1st of the next month based on how much you've made since your last DevEx request. You'll find this estimation at the top of the "My Transactions" page. Please note that this plugin was originally intended for personal use.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | RoIncome |
ID | fpgngbbglfdkbdcfhokipcecpgcnkejd |
URL Chính Thức | https://chromewebstore.google.com/detail/roincome/fpgngbbglfdkbdcfhokipcecpgcnkejd |
Mô tả | View your expected Roblox income in the Transactions page. |
Kích Thước Tệp | 15.06 KB |
Số Lần Cài Đặt | 9,273 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2023-05-22 |
Ngày Phát Hành | 2021-09-15 |
Đánh Giá | 2.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Blu |
[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", "manifest_version": 3, "name": "RoIncome", "version": "1.1.1", "description": "View your expected Roblox income in the Transactions page.", "content_scripts": [ { "js": [ "inject.js" ], "matches": [ "*:\/\/*.roblox.com\/transactions" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |