Nexus - Roblox

Nexus for Roblox. Get up to 40% of your robux back on purchases you make on the catalog.

Nexus - Roblox क्या है?

Nexus - Roblox Cristiano द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Nexus for Roblox. Get up to 40% of your robux back on purchases you make on the catalog."।

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

screenshot

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

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

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

                        By using this extension you are able to get up to 40% of the Robux that you spend on items on catalog back, or even up to 10% on limiteds that you buy.

How does this work?
This works by using the commission feature which was intended for games, where if you buy a hat inside of a game, the game owner gets a 40% cut of the Robux, but now that cut goes to you, making items 40% cheaper.

Is this safe?
Absolutely. I have been on the Roblox platform for 13 years at this point and have been developing games for the past few. I've even attended the developer conference. https://www.roblox.com/users/13948925/profile

What game ID do I enter?
If you wish to get the Robux yourself, enter any game id under a group that you own! Otherwise if you wish to support another person or group, use any game id under their group.                    

एक्सटेंशन की मूल जानकारी

नाम Nexus - Roblox Nexus - Roblox
ID mfloalpinijiacjdomccjgleageohpdb
आधिकारिक URL https://chromewebstore.google.com/detail/nexus-roblox/mfloalpinijiacjdomccjgleageohpdb
विवरण Nexus for Roblox. Get up to 40% of your robux back on purchases you make on the catalog.
फ़ाइल का आकार 18.41 KB
स्थापना संख्या 151
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-02-01
प्रकाशन तिथि 2023-02-01
डेवलपर Cristiano
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nexus - Roblox",
    "version": "1.0",
    "description": "Nexus for Roblox. Get up to 40% of your robux back on purchases you make on the catalog.",
    "incognito": "split",
    "short_name": "Nexus",
    "background": {
        "service_worker": "scripts\/Purchase.js"
    },
    "action": {
        "default_title": "Nexus",
        "default_popup": "popup.html",
        "default_icon": "assets\/icon.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "Ruleset_1",
                "enabled": true,
                "path": "Ruleset.json"
            }
        ]
    },
    "host_permissions": [
        "https:\/\/*.roblox.com\/*"
    ],
    "permissions": [
        "declarativeNetRequest",
        "webRequest",
        "storage"
    ]
}