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
Eメール [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\/*"
            ]
        }
    ]
}