Roblox with extras! - RoBox

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

Co je Roblox with extras! - RoBox?

Roblox with extras! - RoBox je rozšíření Chrome vyvinuté tammkihosres, a jeho hlavní funkcí je „Play and trade with the best Roblox tools! Take your Roblox experience to a whole new level!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Roblox with extras! - RoBox

Stáhněte si soubory rozšíření Roblox with extras! - RoBox ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Roblox with extras! - RoBox Roblox with extras! - RoBox
ID cfllfglbkmnbkcibbjoghimalbileaic
Oficiální URL https://chromewebstore.google.com/detail/roblox-with-extras-robox/cfllfglbkmnbkcibbjoghimalbileaic
Popis Play and trade with the best Roblox tools! Take your Roblox experience to a whole new level!
Velikost souboru 524 KB
Počet instalací 1,162,530
Aktuální Verze 1.1.0
Poslední Aktualizace 2023-03-30
Datum Vydání 2023-01-17
Hodnocení 4.84/5 Celkem 896 Hodnocení
Vývojář tammkihosres
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://robest.online/pp.html
Podporované Jazyky 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
        }
    ]
}