Bacon Pro
Bacon Pro allows Roblox users to hide or display a custom Robux balance, enhancing privacy for streamers and YouTubers.
Bacon Pro란 무엇입니까?
Bacon Pro은(는) MrBaconTube에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bacon Pro allows Roblox users to hide or display a custom Robux balance, enhancing privacy for streamers and YouTubers."입니다.
확장 프로그램 스크린샷
Bacon Pro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever wish you could hide your real Robux amount from your friends? Or maybe you want to prank them by making them think you have a lot more Robux than you actually do? With Bacon Pro, you can do both! Bacon Pro is a Chrome extension that lets you control how your Robux amount is displayed. With Bacon Pro, you can: ✅Hide your real Robux amount ✅Display a custom Robux amount ✅Add up to 4 custom links ✅The fake Robux amount will stay when you refresh the page. ✅Bacon Pro is free to use. ✅Bacon Pro is easy to install and use. ✅Bacon Pro is constantly being updated with new features. So what are you waiting for? 👀 Install Bacon Pro today and start pranking your friends or keeping your Robux amount private!
확장 프로그램 기본 정보
이름 | Bacon Pro |
ID | gmagmokacnomioaokfeilfplppdfdane |
공식 URL | https://chromewebstore.google.com/detail/bacon-pro/gmagmokacnomioaokfeilfplppdfdane |
설명 | Bacon Pro allows Roblox users to hide or display a custom Robux balance, enhancing privacy for streamers and YouTubers. |
파일 크기 | 126 KB |
설치 횟수 | 718 |
현재 버전 | 2.0.8 |
최근 업데이트 | 2024-01-17 |
출시 날짜 | 2023-07-26 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | MrBaconTube |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.baconpro.nl |
개인정보 보호 정책 페이지 URL | https://www.baconpro.nl/privacy-policy-extension.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bacon Pro", "version": "2.0.8", "description": "Bacon Pro allows Roblox users to hide or display a custom Robux balance, enhancing privacy for streamers and YouTubers.", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab" ], "host_permissions": [ "https:\/\/*.roblox.com\/*" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.roblox.com\/*" ], "js": [ "content.js" ], "css": [ "custom-style.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "dashboard.html" ], "matches": [ "https:\/\/*.roblox.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |