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 |
官方URL | 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" } |