Mac's Roblox Utils

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

Co je Mac's Roblox Utils?

Mac's Roblox Utils je rozšíření Chrome vyvinuté MacAndSwiss, a jeho hlavní funkcí je „A collection of neat stuff to enchance your Roblox website experience.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mac's Roblox Utils

Stáhněte si soubory rozšíření Mac's Roblox Utils ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Mac's Roblox Utils Mac's Roblox Utils
ID aamiahgongddccmfmocapbcahonkknig
Oficiální URL https://chromewebstore.google.com/detail/macs-roblox-utils/aamiahgongddccmfmocapbcahonkknig
Popis A collection of neat stuff to enchance your Roblox website experience.
Velikost souboru 18.32 KB
Počet instalací 2,370
Aktuální Verze 0.0.0.2
Poslední Aktualizace 2021-07-18
Datum Vydání 2021-07-18
Hodnocení 3.50/5 Celkem 4 Hodnocení
Vývojář MacAndSwiss
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/raymondwzeng/macs-roblox-utils
Podporované Jazyky 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"
    ]
}