DashBlox - Improving Roblox

Creates new features that otherwise are missing, removed, or don't exist.

什么是DashBlox - Improving Roblox?

DashBlox - Improving Roblox是由WingedDash开发的Chrome扩展程序,该扩展的主要功能是“Creates new features that otherwise are missing, removed, or don't exist.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载DashBlox - Improving Roblox扩展crx文件

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

扩展使用说明

                        This extension has multiple features to improve your experience on Roblox, just to list a few of the features that are included in the extension:
- Last Online.
- Item statistics.
- Grouping the home page's recommended section.
- The ability to customize your theme in settings.
- The ability to revert back to the old robux icon.
- The ability to revert back to the old navigation icons.
- The ability to revert back to the original top bar.
- The ability to revert back the classic homepage look.

You can find the latest update logs here: https://github.com/WingedDash/DashBlox/blob/master/Update%20log.md

If you find any bugs or glitches, you can report them here: https://github.com/WingedDash/DashBlox/issues                    

扩展基本信息

名称 DashBlox - Improving Roblox DashBlox - Improving Roblox
ID ogffnhpicoghhpcbememhijlbdejchjb
官方URL https://chromewebstore.google.com/detail/dashblox-improving-roblox/ogffnhpicoghhpcbememhijlbdejchjb
简介 Creates new features that otherwise are missing, removed, or don't exist.
文件大小 231 KB
安装次数 28,376
当前版本 2.1.4
更新时间 2023-08-23
上架时间 2020-04-06
评分 4.06/5 共79次评分
开发者 WingedDash
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/WingedDash/DashBlox
帮助页面URL https://github.com/WingedDash/DashBlox/issues
隐私政策页面URL https://github.com/WingedDash/DashBlox/blob/master/Privacy%20Policy.md
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DashBlox - Improving Roblox",
    "short_name": "DashBlox",
    "description": "Creates new features that otherwise are missing, removed, or don't exist.",
    "author": "WingedDash",
    "version": "2.1.4",
    "minimum_chrome_version": "90",
    "action": {
        "default_title": "DashBlox"
    },
    "icons": {
        "256": "resources\/icons\/logo\/256\/glow.png",
        "128": "resources\/icons\/logo\/128\/glow.png"
    },
    "background": {
        "service_worker": "js\/dashblox.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "resources\/*"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.roblox.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/library\/jquery3.6.0.js",
                "js\/dashblox.js",
                "js\/pages.js",
                "js\/pages\/assets.js",
                "js\/pages\/avatar.js",
                "js\/pages\/catalog.js",
                "js\/pages\/discover.js",
                "js\/pages\/games.js",
                "js\/pages\/groups.js",
                "js\/pages\/home.js",
                "js\/pages\/profile.js",
                "js\/pages\/settings.js",
                "js\/pages\/universal.js",
                "js\/util.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ]
}