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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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!                    

拡張機能の基本情報

名前 Bacon Pro 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
Eメール [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"
    }
}