Roblox with extras! - RoBox

Roblox with extras! - RoBox

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

Merlin
Additional files are visible only to premium users

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",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "web_accessible_resources": [
    "assets/*",
    "css/*",
    "assets/img/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "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
    }
  ]
}