BetterBlox - Roblox Improved

Adds a variety of useful features to improve Roblox

什么是BetterBlox - Roblox Improved?

BetterBlox - Roblox Improved是由Bloxtensions开发的Chrome扩展程序,该扩展的主要功能是“Adds a variety of useful features to improve Roblox”。

扩展截图

screenshot

下载BetterBlox - Roblox Improved扩展crx文件

下载BetterBlox - Roblox Improved扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Currently, this extension adds a total of 8 features to the Roblox website, including:
- Appear Offline
- All Time transactions
- Profile Vanity URLs (https://roblox.com/users/usernamehere)
- Infinite previous game history
- Improved Develop page
- Ability to hide VIP/Private servers
- Ability to view locked groups
- Ability to view Private Inventories

To get to the settings menu, simply click on the top right gear and select "BetterBlox". If you don't see it, try clicking again.

All features are free. You can support development by writing a good review.

Questions, bugs, or feature requests? https://forms.gle/u9eD8rEJjcWNbk94A or [email protected]                    

扩展基本信息

名称 BetterBlox - Roblox Improved BetterBlox - Roblox Improved
ID opajlejddbndoaaibjalhoonollcmnga
官方URL https://chrome.google.com/webstore/detail/betterblox-roblox-improve/opajlejddbndoaaibjalhoonollcmnga
简介 Adds a variety of useful features to improve Roblox
文件大小 161 KB
安装次数 1,283
当前版本 1.2.0
更新时间 2023-09-24
上架时间 2022-08-01
评分 3.77/5 共13次评分
开发者 Bloxtensions
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://github.com/Bloxtensions/Privacy-Policy/blob/main/Privacy-Policy.md
支持的语言 en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterBlox - Roblox Improved",
    "description": "Adds a variety of useful features to improve Roblox",
    "default_locale": "en",
    "author": "cupiditys",
    "version": "1.2.0",
    "action": {
        "default_title": "BetterBlox"
    },
    "icons": {
        "256": "icons\/logo\/256\/icon.png",
        "128": "icons\/logo\/128\/icon.png"
    },
    "background": {
        "service_worker": "js\/main.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "js\/*"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*.roblox.com\/*"
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/main.js",
                "js\/pages.js",
                "js\/pages\/avatar.js",
                "js\/pages\/develop.js",
                "js\/pages\/discover.js",
                "js\/pages\/games.js",
                "js\/pages\/home.js",
                "js\/pages\/profile.js",
                "js\/pages\/inventory.js",
                "js\/pages\/settings.js",
                "js\/pages\/transactions.js",
                "js\/pages\/universal.js",
                "js\/util.js",
                "js\/pages\/vanity.js",
                "js\/pages\/groups.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ]
}