Mac's Roblox Utils
A collection of neat stuff to enchance your Roblox website experience.
Was ist Mac's Roblox Utils?
Mac's Roblox Utils ist eine Chrome-Erweiterung, die von MacAndSwiss entwickelt wurde, und ihr Hauptmerkmal ist "A collection of neat stuff to enchance your Roblox website experience.".
Erweiterungsscreenshots
Mac's Roblox Utils-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mac's Roblox Utils-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Mac's Roblox Utils |
ID | aamiahgongddccmfmocapbcahonkknig |
Offizielle URL | https://chromewebstore.google.com/detail/macs-roblox-utils/aamiahgongddccmfmocapbcahonkknig |
Beschreibung | A collection of neat stuff to enchance your Roblox website experience. |
Dateigröße | 18.32 KB |
Installationsanzahl | 2,370 |
Aktuelle Version | 0.0.0.2 |
Letztes Update | 2021-07-18 |
Veröffentlichungsdatum | 2021-07-18 |
Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
Entwickler | MacAndSwiss |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/raymondwzeng/macs-roblox-utils |
Unterstützte Sprachen | 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" ] } |