FakeRobux
Display fake robux on Roblox.
FakeRobux란 무엇입니까?
FakeRobux은(는) Torrextension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display fake robux on Roblox."입니다.
확장 프로그램 스크린샷
FakeRobux 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |