FakeRobux

Display fake robux on Roblox.

What is FakeRobux?

FakeRobux is a Chrome extension developed by Torrextension, and its main feature is "Display fake robux on Roblox.".

Extension Screenshots

screenshot

Download FakeRobux Extension CRX File

Download FakeRobux extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Choose the amount of robux you want and display it on your roblox account.
Those robux are not real and only you can see them.
You can disable fake robux at any time.

Don't forget to refresh the page to see the changes !                    

Extension Basic Information

Name FakeRobux FakeRobux
ID eckkigjljmmomedimeajklflhbikodhh
Official URL https://chromewebstore.google.com/detail/fakerobux/eckkigjljmmomedimeajklflhbikodhh
Description Display fake robux on Roblox.
File Size 7.71 KB
Installation Count 197
Current Version 1
Last Updated 2023-11-15
Publish Date 2023-11-13
Developer Torrextension
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FakeRobux",
    "version": "1",
    "description": "Display fake robux on Roblox.",
    "manifest_version": 3,
    "author": "Torrextension",
    "icons": {
        "128": "logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.roblox.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "incognito": "split"
}