RoSuite - Next Level Roblox

Taking your Roblox experience to the next level!

RoSuite - Next Level Roblox क्या है?

RoSuite - Next Level Roblox https://rosuite.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Taking your Roblox experience to the next level!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This Roblox extension adds some quality of life features to the home page of the Roblox website. Other extensions may cause some compatibility issues.

Built for Dark mode users. Light mode support is in the works.

Features:
- Refreshes the sidebar with some brand new icons and hover effects.
- Adds quick-detail cards to the most pages to see experience details at a glance and join the experience.
- Adds game tags so that you can quickly see what the game is about.
- Game reviews!
- UGC limited countdowns!
- UGC limited notifications!
- And even more!


Update Log:
The update log has been moved and you can now find it in the extension!                    

एक्सटेंशन की मूल जानकारी

नाम RoSuite - Next Level Roblox RoSuite - Next Level Roblox
ID jiiopiaidfaakcbcjoonfemgehaddkac
आधिकारिक URL https://chromewebstore.google.com/detail/rosuite-next-level-roblox/jiiopiaidfaakcbcjoonfemgehaddkac
विवरण Taking your Roblox experience to the next level!
फ़ाइल का आकार 3.02 MB
स्थापना संख्या 495
वर्तमान संस्करण v1.3.4
अंतिम अपडेट 2023-09-23
प्रकाशन तिथि 2022-12-06
रेटिंग 4.39/5 कुल 18 रेटिंग्स
डेवलपर https://rosuite.xyz
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://rosuite.xyz
सहायता पृष्ठ URL https://discord.gg/5EHrXPRRP7
गोपनीयता नीति पृष्ठ URL https://rosuite.xyz/policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "RoSuite",
    "version": "0.9.7.1",
    "version_name": "v1.3.4",
    "icons": {
        "16": "img\/logo\/16x.png",
        "48": "img\/logo\/48x.png",
        "128": "img\/logo\/128x.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "img\/logo\/16x.png"
        },
        "default_title": "RoSuite",
        "default_popup": "html\/popup.html"
    },
    "description": "__MSG_appDesc__",
    "author": "thebroz",
    "background": {
        "service_worker": "sw.js"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "css": [
                "css\/all.css"
            ],
            "js": [
                "js\/lib\/!util.js",
                "js\/home.js",
                "js\/profile.js",
                "js\/games.js",
                "js\/friends.js",
                "js\/catalog.js",
                "js\/inject.js",
                "js\/sidenav.js",
                "js\/all.js",
                "js\/inventory.js",
                "js\/settings.js",
                "js\/banned.js",
                "js\/announcement.js"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.rosuite.xyz\/*"
            ],
            "css": [
                "css\/all.css"
            ],
            "js": [
                "js\/lib\/!util.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "img\/*",
                "js\/*",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ]
}