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 |
Eメール | [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" } } |