RoIncome

View your expected Roblox income in the Transactions page.

Apa itu RoIncome?

RoIncome adalah ekstensi Chrome yang dikembangkan oleh Blu, dan fitur utamanya adalah "View your expected Roblox income in the Transactions page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RoIncome

Unduh file ekstensi RoIncome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama RoIncome RoIncome
ID fpgngbbglfdkbdcfhokipcecpgcnkejd
URL Resmi https://chromewebstore.google.com/detail/roincome/fpgngbbglfdkbdcfhokipcecpgcnkejd
Deskripsi View your expected Roblox income in the Transactions page.
Ukuran File 15.06 KB
Jumlah Instalasi 9,273
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2023-05-22
Tanggal Publikasi 2021-09-15
Penilaian 2.78/5 Total 9 Penilaian
Pengembang Blu
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}