RoSuite - Next Level Roblox

Taking your Roblox experience to the next level!

RoSuite - Next Level Roblox란 무엇입니까?

RoSuite - Next Level Roblox은(는) https://rosuite.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Taking your Roblox experience to the next level!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

RoSuite - Next Level Roblox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}