Free Robux Roblox
Free Robux for Roblox in Chrome to impress your friends and subscribers
Free Robux Roblox란 무엇입니까?
Free Robux Roblox은(는) Free Robux에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Robux for Roblox in Chrome to impress your friends and subscribers"입니다.
확장 프로그램 스크린샷
Free Robux Roblox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get Free Robux for Roblox to impress your subscribers on a stream or screencast. This Chrome extension will change your Robux balance to any amount you desire. Simply adjust the number in the options: right-click on the extension icon and select Options. This is not a scam; we will not ask for your password or any sensitive information. Never enter your password anywhere other than the Roblox login page. Please note that you will not be able to purchase valuable Roblox items with this Robux balance, as it only modifies the appearance of the Roblox website. Features: - Works seamlessly with BTRoblox! - Set any Robux amount. - Does not require sensitive information. - Hover your mouse over the balance to view the real amount of your Robux. - Settings will be linked to your Google account if you have one. You need to log in to your Roblox account to access the extension's functionality. We do not access your cookies or account data. Please rate us 5 stars if you find this extension useful.
확장 프로그램 기본 정보
이름 | Free Robux Roblox |
ID | njecldccppjlcehebffjefkbfamnaclc |
공식 URL | https://chromewebstore.google.com/detail/free-robux-roblox/njecldccppjlcehebffjefkbfamnaclc |
설명 | Free Robux for Roblox in Chrome to impress your friends and subscribers |
파일 크기 | 42.72 KB |
설치 횟수 | 3,000 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-12-08 |
출시 날짜 | 2023-11-28 |
평점 | 3.08/5 총 50 개의 평점 |
개발자 | Free Robux |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 3, "version": "1.0.3", "icons": { "128": "icon2.png" }, "name": "Free Robux Roblox", "background": { "service_worker": "service_worker.js" }, "description": "Free Robux for Roblox in Chrome to impress your friends and subscribers", "host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.roblox.com\/*" ], "js": [ "robux.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "options_page": "options.html", "permissions": [ "storage" ], "action": { "default_title": "Open Roblox site", "default_icon": "icon2.png" }, "web_accessible_resources": [ { "resources": [ "ach.js" ], "matches": [ "https:\/\/*\/*" ] } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |