Mac's Roblox Utils

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

¿Qué es Mac's Roblox Utils?

Mac's Roblox Utils es una extensión de Chrome desarrollada por MacAndSwiss, y su función principal es "A collection of neat stuff to enchance your Roblox website experience.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Mac's Roblox Utils

Descarga archivos de extensión Mac's Roblox Utils en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Mac's Roblox Utils Mac's Roblox Utils
ID aamiahgongddccmfmocapbcahonkknig
URL Oficial https://chromewebstore.google.com/detail/macs-roblox-utils/aamiahgongddccmfmocapbcahonkknig
Descripción A collection of neat stuff to enchance your Roblox website experience.
Tamaño del Archivo 18.32 KB
Cantidad de Instalaciones 2,370
Versión Actual 0.0.0.2
Última Actualización 2021-07-18
Fecha de Publicación 2021-07-18
Calificación 3.50/5 Total de 4 Calificaciones
Desarrollador MacAndSwiss
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/raymondwzeng/macs-roblox-utils
Idiomas Soportados 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"
    ]
}