FakeRobux

Display fake robux on Roblox.

Cos'è FakeRobux?

FakeRobux è un'estensione di Chrome sviluppata da Torrextension, e la sua funzione principale è "Display fake robux on Roblox.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FakeRobux

Scarica i file di estensione FakeRobux in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 !                    

Informazioni di Base sull'Estensione

Nome FakeRobux FakeRobux
ID eckkigjljmmomedimeajklflhbikodhh
URL Ufficiale https://chromewebstore.google.com/detail/fakerobux/eckkigjljmmomedimeajklflhbikodhh
Descrizione Display fake robux on Roblox.
Dimensione del File 7.71 KB
Conteggio Installazioni 197
Versione Corrente 1
Ultimo Aggiornamento 2023-11-15
Data di Pubblicazione 2023-11-13
Sviluppatore Torrextension
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}