Free Robux Roblox

Free Robux for Roblox in Chrome to impress your friends and subscribers

Free Robux Roblox क्या है?

Free Robux Roblox Free Robux द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free Robux for Roblox in Chrome to impress your friends and subscribers"।

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

screenshot
screenshot

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

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

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

                        Get Free Robux for Roblox to impress your subscribers on a stream or screencast. This Chrome extension will change your Robux balance to any amount you desire. Simply adjust the number in the options: right-click on the extension icon and select Options. 

This is not a scam; we will not ask for your password or any sensitive information. Never enter your password anywhere other than the Roblox login page.

Please note that you will not be able to purchase valuable Roblox items with this Robux balance, as it only modifies the appearance of the Roblox website.

Features:

-  Works seamlessly with BTRoblox!
-  Set any Robux amount.
-  Does not require sensitive information.
-  Hover your mouse over the balance to view the real amount of your Robux.
-  Settings will be linked to your Google account if you have one.

You need to log in to your Roblox account to access the extension's functionality. We do not access your cookies or account data.

Please rate us 5 stars if you find this extension useful.                    

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

नाम Free Robux Roblox Free Robux Roblox
ID njecldccppjlcehebffjefkbfamnaclc
आधिकारिक URL https://chromewebstore.google.com/detail/free-robux-roblox/njecldccppjlcehebffjefkbfamnaclc
विवरण Free Robux for Roblox in Chrome to impress your friends and subscribers
फ़ाइल का आकार 42.72 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-12-08
प्रकाशन तिथि 2023-11-28
रेटिंग 3.08/5 कुल 50 रेटिंग्स
डेवलपर Free Robux
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 3,
    "version": "1.0.3",
    "icons": {
        "128": "icon2.png"
    },
    "name": "Free Robux Roblox",
    "background": {
        "service_worker": "service_worker.js"
    },
    "description": "Free Robux for Roblox in Chrome to impress your friends and subscribers",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.roblox.com\/*"
            ],
            "js": [
                "robux.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Open Roblox site",
        "default_icon": "icon2.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ach.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}