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 |
| 官方網址 | 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"
}
} | |