Mac's Roblox Utils

A collection of neat stuff to enchance your Roblox website experience.

What is Mac's Roblox Utils?

Mac's Roblox Utils is a Chrome extension developed by MacAndSwiss, and its main feature is "A collection of neat stuff to enchance your Roblox website experience.".

Extension Screenshots

screenshot

Download Mac's Roblox Utils Extension CRX File

Download Mac's Roblox Utils 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

                        Mac's Roblox Utils!

I decided to make a new extension rather than expanding on NoBobux, to leave it as a standalone product. This may continue receiving new updates as features are requested or as I see fit.

⌚ What's new:
- 0.0.2: Fixed a bug where plugin was sending double messages, one without a proper payload.

🌟Features:
- 🛑 Plugin safety score warns you about potentially malicious plugins, BEFORE you install.


DISCLAIMER: This is not a foolproof system. Always, ALWAYS check the source of the plugins when you install. I am not responsible for false negatives.                    

Extension Basic Information

Name Mac's Roblox Utils Mac's Roblox Utils
ID aamiahgongddccmfmocapbcahonkknig
Official URL https://chromewebstore.google.com/detail/macs-roblox-utils/aamiahgongddccmfmocapbcahonkknig
Description A collection of neat stuff to enchance your Roblox website experience.
File Size 18.32 KB
Installation Count 2,370
Current Version 0.0.0.2
Last Updated 2021-07-18
Publish Date 2021-07-18
Rating 3.50/5 Total 4 Ratings
Developer MacAndSwiss
Email [email protected]
Payment Type free
Extension Website https://github.com/raymondwzeng/macs-roblox-utils
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mac's Roblox Utils",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "description": "A collection of neat stuff to enchance your Roblox website experience.",
    "author": "MacAndSwiss",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "Launch Mac's Roblox Util",
        "default_popup": "Main.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.roblox.com\/"
    ],
    "permissions": [
        "storage",
        "webNavigation",
        "tabs"
    ]
}