RoIncome

View your expected Roblox income in the Transactions page.

Cos'è RoIncome?

RoIncome è un'estensione di Chrome sviluppata da Blu, e la sua funzione principale è "View your expected Roblox income in the Transactions page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RoIncome

Scarica i file di estensione RoIncome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RoIncome RoIncome
ID fpgngbbglfdkbdcfhokipcecpgcnkejd
URL Ufficiale https://chromewebstore.google.com/detail/roincome/fpgngbbglfdkbdcfhokipcecpgcnkejd
Descrizione View your expected Roblox income in the Transactions page.
Dimensione del File 15.06 KB
Conteggio Installazioni 9,273
Versione Corrente 1.1.1
Ultimo Aggiornamento 2023-05-22
Data di Pubblicazione 2021-09-15
Valutazione 2.78/5 Totale 9 Valutazioni
Sviluppatore Blu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}