Enhancement Suite for Roblox

Enhance your Roblox experience!

Enhancement Suite for Roblox란 무엇입니까?

Enhancement Suite for Roblox은(는) https://es-roblox.freefinancetools.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your Roblox experience!"입니다.

확장 프로그램 스크린샷

screenshot

Enhancement Suite for Roblox 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is a collection of website options for Roblox that improves navigation, expands inventory previews, adds a set of themes, currency conversions, and more.
Enjoy your visit to Roblox now!

Main features

- Block Ads
- Adds Fast User Search
- Makes Chat More Convenient
- Copying Items Ids
- Lowers the Audio
- Converts Robux to Money
- Improves Navigation
- Holds Sidebar
- Removes Unnecessary from the Sidebar to the Top Menu
- Switch Trade for Money

Disclaimer: Please note this extension is NOT made by Roblox and is made by an independent development team. All copyrights belong to their respective owners.
Roblox doesn’t endorse or sponsor this extension. This extension is not owned by, is not licensed by and is not a subsidiary of Roblox Inc.                    

확장 프로그램 기본 정보

이름 Enhancement Suite for Roblox Enhancement Suite for Roblox
ID eenbhnjimjnbgbehgdklpnjnbalbdemh
공식 URL https://chromewebstore.google.com/detail/enhancement-suite-for-rob/eenbhnjimjnbgbehgdklpnjnbalbdemh
설명 Enhance your Roblox experience!
파일 크기 1.94 MB
설치 횟수 5,392
현재 버전 3.0.1
최근 업데이트 2022-09-27
출시 날짜 2020-10-23
평점 4.38/5 총 45 개의 평점
개발자 https://es-roblox.freefinancetools.net
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "short_name": "ESRoblox",
    "description": "__MSG_app_description__",
    "version": "3.0.1",
    "author": "Free Simple Apps",
    "default_locale": "en",
    "minimum_chrome_version": "96",
    "incognito": "split",
    "homepage_url": "https:\/\/es-roblox.dllplayer.com\/",
    "action": {
        "default_title": "__MSG_browser_act__"
    },
    "icons": {
        "128": "res\/icon_128.png"
    },
    "background": {
        "service_worker": "js\/_chrome\/serviceWorker.js"
    },
    "host_permissions": [
        "*:\/\/*.roblox.com\/",
        "*:\/\/*.rbxcdn.com\/"
    ],
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "notifications",
        "contextMenus",
        "scripting",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/res\/*",
                "\/css\/*"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.roblox.com\/*",
                "*:\/\/web.roblox.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/userads\/*",
                "*:\/\/*\/user-sponsorship\/*",
                "*:\/\/*\/build\/upload"
            ],
            "js": [
                "js\/rbx\/Constants.js",
                "js\/shared\/common.js",
                "js\/shared\/utility.js",
                "js\/shared\/sharedData.js",
                "js\/shared\/messaging.js",
                "js\/shared\/settings.js",
                "js\/util\/injectJS.js",
                "js\/util\/injectCSS.js",
                "js\/util\/modifyTemplate.js",
                "js\/util\/loadOptionalLibrary.js",
                "js\/feat\/themes.js",
                "js\/feat\/adblock.js",
                "js\/feat\/fastSearch.js",
                "js\/feat\/navigation.js",
                "js\/feat\/robuxToCash.js",
                "js\/rbx\/FileFormat\/ByteReader.js",
                "js\/rbx\/FileFormat\/Instance.js",
                "js\/rbx\/FileFormat\/XmlParser.js",
                "js\/rbx\/FileFormat\/BinaryParser.js",
                "js\/rbx\/FileFormat\/MeshParser.js",
                "js\/rbx\/AnimationParser.js",
                "js\/rbx\/Parser.js",
                "js\/rbx\/AssetCache.js",
                "js\/rbx\/RobloxApi.js",
                "js\/pages\/common.js",
                "js\/pages\/avatar.js",
                "js\/pages\/catalog.js",
                "js\/pages\/develop.js",
                "js\/pages\/friends.js",
                "js\/pages\/gamedetails.js",
                "js\/pages\/groups.js",
                "js\/pages\/groupadmin.js",
                "js\/pages\/home.js",
                "js\/pages\/inventory.js",
                "js\/pages\/itemdetails.js",
                "js\/pages\/messages.js",
                "js\/pages\/money.js",
                "js\/pages\/placeconfig.js",
                "js\/pages\/profile.js",
                "js\/inject.js",
                "js\/main.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}