DashBlox - Improving Roblox

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

DashBlox - Improving Roblox là gì?

DashBlox - Improving Roblox là một tiện ích mở rộng Chrome được phát triển bởi WingedDash, và tính năng chính của nó là "Creates new features that otherwise are missing, removed, or don't exist.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DashBlox - Improving Roblox

Tải xuống các tệp mở rộng DashBlox - Improving Roblox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DashBlox - Improving Roblox DashBlox - Improving Roblox
ID ogffnhpicoghhpcbememhijlbdejchjb
URL Chính Thức https://chromewebstore.google.com/detail/dashblox-improving-roblox/ogffnhpicoghhpcbememhijlbdejchjb
Mô tả Creates new features that otherwise are missing, removed, or don't exist.
Kích Thước Tệp 231 KB
Số Lần Cài Đặt 28,376
Phiên Bản Hiện Tại 2.1.4
Cập Nhật Lần Cuối 2023-08-23
Ngày Phát Hành 2020-04-06
Đánh Giá 4.06/5 Tổng số 79 Đánh Giá
Nhà Phát Triển WingedDash
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/WingedDash/DashBlox
URL Trang Trợ Giúp https://github.com/WingedDash/DashBlox/issues
URL Trang Chính Sách Bảo Mật https://github.com/WingedDash/DashBlox/blob/master/Privacy%20Policy.md
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}