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文件
下载Bacon Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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! 扩展基本信息
| 名称 | |
| 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"
}
} | |