RoIncome

View your expected Roblox income in the Transactions page.

Qu'est-ce que RoIncome ?

RoIncome est une extension Chrome développée par Blu, et sa fonction principale est "View your expected Roblox income in the Transactions page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RoIncome

Téléchargez les fichiers d'extension RoIncome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom RoIncome RoIncome
ID fpgngbbglfdkbdcfhokipcecpgcnkejd
URL Officiel https://chromewebstore.google.com/detail/roincome/fpgngbbglfdkbdcfhokipcecpgcnkejd
Description View your expected Roblox income in the Transactions page.
Taille du Fichier 15.06 KB
Nombre d'Installations 9,273
Version Actuelle 1.1.1
Dernière Mise à Jour 2023-05-22
Date de Publication 2021-09-15
Évaluation 2.78/5 Total 9 Évaluations
Développeur Blu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}