Roblox with extras! - RoBox

Play and trade with the best Roblox tools! Take your Roblox experience to a whole new level!

Co to jest Roblox with extras! - RoBox?

Roblox with extras! - RoBox to rozszerzenie Chrome opracowane przez tammkihosres, a jego główną funkcją jest „Play and trade with the best Roblox tools! Take your Roblox experience to a whole new level!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Roblox with extras! - RoBox

Pobierz pliki rozszerzeń Roblox with extras! - RoBox w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The powerful and easy-to-use tool that allows roblox players to quickly and easily access the Roblox website and all of the features it has to offer. With the extension, players can quickly go to their profile, view the leaderboard, and see what their friends are playing. Players can also quickly join games, chat with other players, and buy Robux, the in-game currency. 

Become a Roblox Professional user, make your life on roblox a whole lot better by giving you features like game statistics on your favorite games! It's one of the only extensions that will calculate how much money games make on Roblox. We will be releasing more features in the future stay tuned!

Working at a low level, RoBox's expansion unlocks a lot of features that were previously hidden by game developers or were lost due to updates. This opens up many opportunities for gamers to enjoy their favorite game and experience more exciting content. RoBox's expansion will provide access to features that were not available before, as well as features that were taken out of the game.                    

Podstawowe informacje o rozszerzeniu

Nazwa Roblox with extras! - RoBox Roblox with extras! - RoBox
ID cfllfglbkmnbkcibbjoghimalbileaic
Oficjalny URL https://chromewebstore.google.com/detail/roblox-with-extras-robox/cfllfglbkmnbkcibbjoghimalbileaic
Opis Play and trade with the best Roblox tools! Take your Roblox experience to a whole new level!
Rozmiar pliku 524 KB
Liczba instalacji 1,162,530
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2023-03-30
Data Publikacji 2023-01-17
Ocena 4.84/5 Łącznie 896 Oceny
Deweloper tammkihosres
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://robest.online/pp.html
Obsługiwane Języki id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "version": "1.1.0",
    "minimum_chrome_version": "80",
    "incognito": "split",
    "browser_action": {
        "default_title": "Open RoBox Settings"
    },
    "options_page": "settings.html",
    "icons": {
        "128": "\/assets\/img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "general.js",
            "utility.js",
            "background\/blogchannel.js",
            "background\/groupsCry.js",
            "background\/contextmenu.js",
            "background\/browseraction.js",
            "background\/messaging.js",
            "background\/bg.js"
        ]
    },
    "permissions": [
        "*:\/\/*.roblox.com\/",
        "*:\/\/*.rbxcdn.com\/",
        "contextMenus",
        "notifications",
        "storage",
        "alarms",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "css\/*",
        "assets\/img\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cursor\/content.js"
            ],
            "css": [
                "assets\/cursor\/cursor.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/www.roblox.com\/*",
                "*:\/\/web.roblox.com\/*"
            ],
            "js": [
                "general.js",
                "utility.js",
                "content.js",
                "libs\/utility\/injectCss.js",
                "libs\/utility\/injectJs.js",
                "libs\/utility\/modifyTemplate.js",
                "libs\/utility\/loadOptionalLibrary.js",
                "settings\/themes.js",
                "settings\/adblock.js",
                "settings\/fastSearch.js",
                "settings\/navigation.js",
                "settings\/robuxToCash.js",
                "siteBar\/FileFormat\/ByteReader.js",
                "siteBar\/FileFormat\/Instance.js",
                "siteBar\/FileFormat\/XmlParser.js",
                "siteBar\/FileFormat\/BinaryParser.js",
                "siteBar\/FileFormat\/MeshParser.js",
                "siteBar\/AnimationParser.js",
                "siteBar\/Parser.js",
                "siteBar\/AssetCache.js",
                "siteBar\/RobloxApi.js",
                "webpages\/common.js",
                "webpages\/avatar.js",
                "webpages\/catalog.js",
                "webpages\/develop.js",
                "webpages\/friends.js",
                "webpages\/groups.js",
                "webpages\/groupadmin.js",
                "webpages\/home.js",
                "webpages\/inventory.js",
                "webpages\/itemdetails.js",
                "webpages\/messages.js",
                "webpages\/money.js",
                "webpages\/placeconfig.js",
                "webpages\/profile.js",
                "inject.js",
                "main.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}