RoIncome

View your expected Roblox income in the Transactions page.

RoIncome क्या है?

RoIncome Blu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View your expected Roblox income in the Transactions page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RoIncome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}