RoIncome
View your expected Roblox income in the Transactions page.
什么是RoIncome?
RoIncome是由Blu开发的Chrome扩展程序,该扩展的主要功能是“View your expected Roblox income in the Transactions page.”。
扩展截图
下载RoIncome扩展crx文件
下载RoIncome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | RoIncome |
ID | fpgngbbglfdkbdcfhokipcecpgcnkejd |
官方URL | https://chromewebstore.google.com/detail/roincome/fpgngbbglfdkbdcfhokipcecpgcnkejd |
简介 | View your expected Roblox income in the Transactions page. |
文件大小 | 15.06 KB |
安装次数 | 9,273 |
当前版本 | 1.1.1 |
更新时间 | 2023-05-22 |
上架时间 | 2021-09-15 |
评分 | 2.78/5 共9次评分 |
开发者 | Blu |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |