Mac's Roblox Utils

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

Wat is Mac's Roblox Utils?

Mac's Roblox Utils is een Chrome-extensie ontwikkeld door MacAndSwiss, en de belangrijkste functie is "A collection of neat stuff to enchance your Roblox website experience.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mac's Roblox Utils

Download Mac's Roblox Utils-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Mac's Roblox Utils Mac's Roblox Utils
ID aamiahgongddccmfmocapbcahonkknig
Officiële URL https://chromewebstore.google.com/detail/macs-roblox-utils/aamiahgongddccmfmocapbcahonkknig
Beschrijving A collection of neat stuff to enchance your Roblox website experience.
Bestandsgrootte 18.32 KB
Aantal Installaties 2,370
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2021-07-18
Publicatiedatum 2021-07-18
Beoordeling 3.50/5 Totaal 4 Beoordelingen
Ontwikkelaar MacAndSwiss
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/raymondwzeng/macs-roblox-utils
Ondersteunde Talen 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"
    ]
}