RoIncome

View your expected Roblox income in the Transactions page.

Was ist RoIncome?

RoIncome ist eine Chrome-Erweiterung, die von Blu entwickelt wurde, und ihr Hauptmerkmal ist "View your expected Roblox income in the Transactions page.".

Erweiterungsscreenshots

screenshot

RoIncome-Erweiterungs-CRX-Datei herunterladen

Laden Sie RoIncome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name RoIncome RoIncome
ID fpgngbbglfdkbdcfhokipcecpgcnkejd
Offizielle URL https://chromewebstore.google.com/detail/roincome/fpgngbbglfdkbdcfhokipcecpgcnkejd
Beschreibung View your expected Roblox income in the Transactions page.
Dateigröße 15.06 KB
Installationsanzahl 9,273
Aktuelle Version 1.1.1
Letztes Update 2023-05-22
Veröffentlichungsdatum 2021-09-15
Bewertung 2.78/5 Insgesamt 9 Bewertungen
Entwickler Blu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}