BigBobux

Fakes your Robux

BigBobux란 무엇입니까?

BigBobux은(는) Leon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fakes your Robux"입니다.

확장 프로그램 스크린샷

screenshot

BigBobux 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        👀 Are you a Roblox player who wants to look wealthy while streaming? Look no further! With this extension, you can customize the amount of Robux that appears on the top bar of the Roblox site to any amount you choose.

⚠️ Please note that this extension is for entertainment purposes only, and does not actually grant you additional Robux to spend.

This extension is currently in development, and your support is greatly appreciated. 
Please consider leaving a 5-star rating to show your support. ⭐⭐⭐⭐⭐ 
🪙 You can also support my work and help me cover the registration fee here: 🪙
💎ETH-Address: 0xb03e0534984448F6B3A8b268dd6e5Bb07c830ea7 
☕ https://ko-fi.com/leonwastakenwastaken

 🆘 Need help? Take a look at the guides at https://bigbobux.leonhub.com/guides                    

확장 프로그램 기본 정보

이름 BigBobux BigBobux
ID ibgmgbapjmbpkjdindmgmgfolfbedpoe
공식 URL https://chromewebstore.google.com/detail/bigbobux/ibgmgbapjmbpkjdindmgmgfolfbedpoe
설명 Fakes your Robux
파일 크기 1.11 MB
설치 횟수 14,418
현재 버전 0.5
최근 업데이트 2023-08-26
출시 날짜 2022-08-09
평점 4.47/5 총 90 개의 평점
개발자 Leon
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bigbobux.leonhub.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BigBobux",
    "version": "0.5",
    "description": "Fakes your Robux",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "options_ui": {
        "page": "options_page.html",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Click to access settings."
    },
    "author": "Leon",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.roblox.com\/"
    ]
}