Mac's Roblox Utils

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

Qu'est-ce que Mac's Roblox Utils ?

Mac's Roblox Utils est une extension Chrome développée par MacAndSwiss, et sa fonction principale est "A collection of neat stuff to enchance your Roblox website experience.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mac's Roblox Utils

Téléchargez les fichiers d'extension Mac's Roblox Utils au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mac's Roblox Utils Mac's Roblox Utils
ID aamiahgongddccmfmocapbcahonkknig
URL Officiel https://chromewebstore.google.com/detail/macs-roblox-utils/aamiahgongddccmfmocapbcahonkknig
Description A collection of neat stuff to enchance your Roblox website experience.
Taille du Fichier 18.32 KB
Nombre d'Installations 2,370
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2021-07-18
Date de Publication 2021-07-18
Évaluation 3.50/5 Total 4 Évaluations
Développeur MacAndSwiss
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/raymondwzeng/macs-roblox-utils
Langues Prises en Charge 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"
    ]
}