Roblox with extras! - RoBox

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

What is Roblox with extras! - RoBox?

Roblox with extras! - RoBox is a Chrome extension developed by tammkihosres, and its main feature is "Play and trade with the best Roblox tools! Take your Roblox experience to a whole new level!".

Extension Screenshots

screenshot
screenshot

Download Roblox with extras! - RoBox Extension CRX File

Download Roblox with extras! - RoBox extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Roblox with extras! - RoBox Roblox with extras! - RoBox
ID cfllfglbkmnbkcibbjoghimalbileaic
Official URL https://chromewebstore.google.com/detail/roblox-with-extras-robox/cfllfglbkmnbkcibbjoghimalbileaic
Description Play and trade with the best Roblox tools! Take your Roblox experience to a whole new level!
File Size 524 KB
Installation Count 1,162,530
Current Version 1.1.0
Last Updated 2023-03-30
Publish Date 2023-01-17
Rating 4.84/5 Total 896 Ratings
Developer tammkihosres
Email [email protected]
Payment Type free
Privacy Policy Page URL https://robest.online/pp.html
Supported Languages 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
        }
    ]
}