DashBlox - Improving Roblox

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

DashBlox - Improving Roblox क्या है?

DashBlox - Improving Roblox WingedDash द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates new features that otherwise are missing, removed, or don't exist."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DashBlox - Improving Roblox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}