FakeRobux
Display fake robux on Roblox.
什麼是FakeRobux?
FakeRobux是由Torrextension開發的Chrome擴展程式,該擴展的主要功能是“Display fake robux on Roblox.”。
擴展截圖
下載FakeRobux擴展crx文件
下載FakeRobux擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 !
擴展基本資訊
名稱 | FakeRobux |
ID | eckkigjljmmomedimeajklflhbikodhh |
官方網址 | https://chromewebstore.google.com/detail/fakerobux/eckkigjljmmomedimeajklflhbikodhh |
簡介 | Display fake robux on Roblox. |
檔案大小 | 7.71 KB |
安裝次數 | 197 |
目前版本 | 1 |
更新時間 | 2023-11-15 |
上架時間 | 2023-11-13 |
開發者 | Torrextension |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } |