RoIncome

View your expected Roblox income in the Transactions page.

Wat is RoIncome?

RoIncome is een Chrome-extensie ontwikkeld door Blu, en de belangrijkste functie is "View your expected Roblox income in the Transactions page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RoIncome

Download RoIncome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam RoIncome RoIncome
ID fpgngbbglfdkbdcfhokipcecpgcnkejd
Officiële URL https://chromewebstore.google.com/detail/roincome/fpgngbbglfdkbdcfhokipcecpgcnkejd
Beschrijving View your expected Roblox income in the Transactions page.
Bestandsgrootte 15.06 KB
Aantal Installaties 9,273
Huidige Versie 1.1.1
Laatst Bijgewerkt 2023-05-22
Publicatiedatum 2021-09-15
Beoordeling 2.78/5 Totaal 9 Beoordelingen
Ontwikkelaar Blu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}