Roblox with extras! - RoBox

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

什麼是Roblox with extras! - RoBox?

Roblox with extras! - RoBox是由tammkihosres開發的Chrome擴展程式,該擴展的主要功能是“Play and trade with the best Roblox tools! Take your Roblox experience to a whole new level!”。

擴展截圖

screenshot
screenshot

下載Roblox with extras! - RoBox擴展crx文件

下載Roblox with extras! - RoBox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Roblox with extras! - RoBox Roblox with extras! - RoBox
ID cfllfglbkmnbkcibbjoghimalbileaic
官方網址 https://chromewebstore.google.com/detail/roblox-with-extras-robox/cfllfglbkmnbkcibbjoghimalbileaic
簡介 Play and trade with the best Roblox tools! Take your Roblox experience to a whole new level!
檔案大小 524 KB
安裝次數 1,162,530
目前版本 1.1.0
更新時間 2023-03-30
上架時間 2023-01-17
評分 4.84/5 共 896 次評分
開發者 tammkihosres
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://robest.online/pp.html
支援的語言 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
        }
    ]
}