FakeRobux
Display fake robux on Roblox.
Apa itu FakeRobux?
FakeRobux adalah ekstensi Chrome yang dikembangkan oleh Torrextension, dan fitur utamanya adalah "Display fake robux on Roblox.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FakeRobux
Unduh file ekstensi FakeRobux dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 !
Informasi Dasar Ekstensi
Nama | FakeRobux |
ID | eckkigjljmmomedimeajklflhbikodhh |
URL Resmi | https://chromewebstore.google.com/detail/fakerobux/eckkigjljmmomedimeajklflhbikodhh |
Deskripsi | Display fake robux on Roblox. |
Ukuran File | 7.71 KB |
Jumlah Instalasi | 197 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2023-11-15 |
Tanggal Publikasi | 2023-11-13 |
Pengembang | Torrextension |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |