FakeRobux
Display fake robux on Roblox.
Was ist FakeRobux?
FakeRobux ist eine Chrome-Erweiterung, die von Torrextension entwickelt wurde, und ihr Hauptmerkmal ist "Display fake robux on Roblox.".
Erweiterungsscreenshots
FakeRobux-Erweiterungs-CRX-Datei herunterladen
Laden Sie FakeRobux-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 !
Grundlegende Informationen zur Erweiterung
Name | FakeRobux |
ID | eckkigjljmmomedimeajklflhbikodhh |
Offizielle URL | https://chromewebstore.google.com/detail/fakerobux/eckkigjljmmomedimeajklflhbikodhh |
Beschreibung | Display fake robux on Roblox. |
Dateigröße | 7.71 KB |
Installationsanzahl | 197 |
Aktuelle Version | 1 |
Letztes Update | 2023-11-15 |
Veröffentlichungsdatum | 2023-11-13 |
Entwickler | Torrextension |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |