Bacon Pro
Bacon Pro allows Roblox users to hide or display a custom Robux balance, enhancing privacy for streamers and YouTubers.
Bacon Pro là gì?
Bacon Pro là một tiện ích mở rộng Chrome được phát triển bởi MrBaconTube, và tính năng chính của nó là "Bacon Pro allows Roblox users to hide or display a custom Robux balance, enhancing privacy for streamers and YouTubers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bacon Pro
Tải xuống các tệp mở rộng Bacon Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bacon Pro |
ID | gmagmokacnomioaokfeilfplppdfdane |
URL Chính Thức | https://chromewebstore.google.com/detail/bacon-pro/gmagmokacnomioaokfeilfplppdfdane |
Mô tả | Bacon Pro allows Roblox users to hide or display a custom Robux balance, enhancing privacy for streamers and YouTubers. |
Kích Thước Tệp | 126 KB |
Số Lần Cài Đặt | 718 |
Phiên Bản Hiện Tại | 2.0.8 |
Cập Nhật Lần Cuối | 2024-01-17 |
Ngày Phát Hành | 2023-07-26 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | MrBaconTube |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.baconpro.nl |
URL Trang Chính Sách Bảo Mật | https://www.baconpro.nl/privacy-policy-extension.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |