Roblox with extras! - RoBox

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

O que é Roblox with extras! - RoBox?

Roblox with extras! - RoBox é uma extensão do Chrome desenvolvida por tammkihosres, e sua principal característica é "Play and trade with the best Roblox tools! Take your Roblox experience to a whole new level!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Roblox with extras! - RoBox

Baixe arquivos de extensão Roblox with extras! - RoBox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Roblox with extras! - RoBox Roblox with extras! - RoBox
ID cfllfglbkmnbkcibbjoghimalbileaic
URL Oficial https://chromewebstore.google.com/detail/roblox-with-extras-robox/cfllfglbkmnbkcibbjoghimalbileaic
Descrição Play and trade with the best Roblox tools! Take your Roblox experience to a whole new level!
Tamanho do Arquivo 524 KB
Contagem de Instalações 1,162,530
Versão Atual 1.1.0
Última Atualização 2023-03-30
Data de Publicação 2023-01-17
Classificação 4.84/5 Total de 896 Avaliações
Desenvolvedor tammkihosres
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://robest.online/pp.html
Idiomas Suportados 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
        }
    ]
}