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 |
Eメール | [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" } |