RoIncome

View your expected Roblox income in the Transactions page.

Что такое RoIncome?

RoIncome - это расширение Chrome, разработанное Blu, и его основная функция - "View your expected Roblox income in the Transactions page.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения RoIncome

Скачайте файлы расширений 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
Официальный URL 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"
    }
}