RoIncome

View your expected Roblox income in the Transactions page.

什麼是RoIncome?

RoIncome是由Blu開發的Chrome擴展程式,該擴展的主要功能是“View your expected Roblox income in the Transactions page.”。

擴展截圖

screenshot

下載RoIncome擴展crx文件

下載RoIncome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 RoIncome RoIncome
ID fpgngbbglfdkbdcfhokipcecpgcnkejd
官方網址 https://chromewebstore.google.com/detail/roincome/fpgngbbglfdkbdcfhokipcecpgcnkejd
簡介 View your expected Roblox income in the Transactions page.
檔案大小 15.06 KB
安裝次數 9,273
目前版本 1.1.1
更新時間 2023-05-22
上架時間 2021-09-15
評分 2.78/5 共 9 次評分
開發者 Blu
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}