RoIncome
View your expected Roblox income in the Transactions page.
Co to jest RoIncome?
RoIncome to rozszerzenie Chrome opracowane przez Blu, a jego główną funkcją jest „View your expected Roblox income in the Transactions page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RoIncome
Pobierz pliki rozszerzeń RoIncome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | RoIncome |
ID | fpgngbbglfdkbdcfhokipcecpgcnkejd |
Oficjalny URL | https://chromewebstore.google.com/detail/roincome/fpgngbbglfdkbdcfhokipcecpgcnkejd |
Opis | View your expected Roblox income in the Transactions page. |
Rozmiar pliku | 15.06 KB |
Liczba instalacji | 9,273 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2023-05-22 |
Data Publikacji | 2021-09-15 |
Ocena | 2.78/5 Łącznie 9 Oceny |
Deweloper | Blu |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |