BTRoblox - Making Roblox Better

Enhance your Roblox experience!

BTRoblox - Making Roblox Betterคืออะไร?

BTRoblox - Making Roblox Better เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://antiboomz.com และคุณลักษณะหลักของมันคือ "Enhance your Roblox experience!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BTRoblox - Making Roblox Better

ดาวน์โหลดไฟล์ส่วนขยาย BTRoblox - Making Roblox Better ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        BTRoblox, or Better Roblox, is an extension that aims to enhance Roblox's website by modifying the look and adding to the core website functionality by adding a plethora of new features.

If you have any bugs to report or features to request, send me a message on Twitter (@AntiBoomz).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BTRoblox - Making Roblox Better BTRoblox - Making Roblox Better
ID hbkpclpemjeibhioopcebchdmohaieln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/btroblox-making-roblox-be/hbkpclpemjeibhioopcebchdmohaieln
คำอธิบาย Enhance your Roblox experience!
ขนาดไฟล์ 453 KB
จำนวนการติดตั้ง 4,491,384
เวอร์ชันปัจจุบัน 3.5.0
อัปเดตครั้งล่าสุด 2024-01-25
วันที่เผยแพร่ 2020-06-12
คะแนน 4.22/5 รวมทั้งหมด 4504 คะแนน
ผู้พัฒนา https://antiboomz.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/AntiBoomz
URL หน้าช่วยเหลือ https://twitter.com/AntiBoomz
URL หน้านโยบายความเป็นส่วนตัว https://github.com/AntiBoomz/BTRoblox/blob/master/PRIVACY.md
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BTRoblox - Making Roblox Better",
    "short_name": "BTRoblox",
    "description": "Enhance your Roblox experience!",
    "version": "3.5.0",
    "author": "AntiBoomz",
    "minimum_chrome_version": "96",
    "incognito": "split",
    "action": {
        "default_title": "Open BTRoblox Settings"
    },
    "icons": {
        "128": "res\/icon_128.png"
    },
    "background": {
        "service_worker": "js\/_chrome\/serviceWorker.js"
    },
    "host_permissions": [
        "*:\/\/*.roblox.com\/",
        "*:\/\/*.rbxcdn.com\/"
    ],
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "notifications",
        "contextMenus",
        "scripting",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/res\/*",
                "\/css\/*"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.roblox.com\/*",
                "*:\/\/web.roblox.com\/*",
                "*:\/\/create.roblox.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/userads\/*",
                "*:\/\/*\/user-sponsorship\/*",
                "*:\/\/*\/build\/upload"
            ],
            "js": [
                "js\/rbx\/Constants.js",
                "js\/shared\/common.js",
                "js\/shared\/utility.js",
                "js\/shared\/messaging.js",
                "js\/shared\/sharedData.js",
                "js\/shared\/settings.js",
                "js\/shared\/contextmenu.js",
                "js\/shared\/serverdetails.js",
                "js\/util\/injectJS.js",
                "js\/util\/injectCSS.js",
                "js\/util\/modifyTemplate.js",
                "js\/util\/loadOptionalLibrary.js",
                "js\/feat\/themes.js",
                "js\/feat\/adblock.js",
                "js\/feat\/fastSearch.js",
                "js\/feat\/navigation.js",
                "js\/feat\/robuxToCash.js",
                "js\/feat\/settingsModal.js",
                "js\/rbx\/FileFormat\/ByteReader.js",
                "js\/rbx\/FileFormat\/Instance.js",
                "js\/rbx\/FileFormat\/XmlParser.js",
                "js\/rbx\/FileFormat\/BinaryParser.js",
                "js\/rbx\/FileFormat\/MeshParser.js",
                "js\/rbx\/AnimationParser.js",
                "js\/rbx\/Parser.js",
                "js\/rbx\/AssetCache.js",
                "js\/rbx\/RobloxApi.js",
                "js\/pages\/common.js",
                "js\/pages\/avatar.js",
                "js\/pages\/catalog.js",
                "js\/pages\/develop.js",
                "js\/pages\/friends.js",
                "js\/pages\/gamedetails.js",
                "js\/pages\/groups.js",
                "js\/pages\/groupadmin.js",
                "js\/pages\/home.js",
                "js\/pages\/inventory.js",
                "js\/pages\/itemdetails.js",
                "js\/pages\/messages.js",
                "js\/pages\/money.js",
                "js\/pages\/profile.js",
                "js\/pages\/create.js",
                "js\/pages\/marketplace.js",
                "js\/inject.js",
                "js\/main.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}