RoIncome
View your expected Roblox income in the Transactions page.
What is RoIncome?
RoIncome is a Chrome extension developed by Blu, and its main feature is "View your expected Roblox income in the Transactions page.".
Extension Screenshots
Download RoIncome Extension CRX File
Download RoIncome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | RoIncome |
ID | fpgngbbglfdkbdcfhokipcecpgcnkejd |
Official URL | https://chromewebstore.google.com/detail/roincome/fpgngbbglfdkbdcfhokipcecpgcnkejd |
Description | View your expected Roblox income in the Transactions page. |
File Size | 15.06 KB |
Installation Count | 9,273 |
Current Version | 1.1.1 |
Last Updated | 2023-05-22 |
Publish Date | 2021-09-15 |
Rating | 2.78/5 Total 9 Ratings |
Developer | Blu |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |