Free Robux Roblox

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

Co je Free Robux Roblox?

Free Robux Roblox je rozšíření Chrome vyvinuté Free Robux, a jeho hlavní funkcí je „Free Robux for Roblox in Chrome to impress your friends and subscribers“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Free Robux Roblox

Stáhněte si soubory rozšíření Free Robux Roblox ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Free Robux Roblox Free Robux Roblox
ID njecldccppjlcehebffjefkbfamnaclc
Oficiální URL https://chromewebstore.google.com/detail/free-robux-roblox/njecldccppjlcehebffjefkbfamnaclc
Popis Free Robux for Roblox in Chrome to impress your friends and subscribers
Velikost souboru 42.72 KB
Počet instalací 3,000
Aktuální Verze 1.0.3
Poslední Aktualizace 2023-12-08
Datum Vydání 2023-11-28
Hodnocení 3.08/5 Celkem 50 Hodnocení
Vývojář Free Robux
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}