Mac's Roblox Utils

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

什么是Mac's Roblox Utils?

Mac's Roblox Utils是由MacAndSwiss开发的Chrome扩展程序,该扩展的主要功能是“A collection of neat stuff to enchance your Roblox website experience.”。

扩展截图

screenshot

下载Mac's Roblox Utils扩展crx文件

下载Mac's Roblox Utils扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Mac's Roblox Utils Mac's Roblox Utils
ID aamiahgongddccmfmocapbcahonkknig
官方URL https://chromewebstore.google.com/detail/macs-roblox-utils/aamiahgongddccmfmocapbcahonkknig
简介 A collection of neat stuff to enchance your Roblox website experience.
文件大小 18.32 KB
安装次数 2,370
当前版本 0.0.0.2
更新时间 2021-07-18
上架时间 2021-07-18
评分 3.50/5 共4次评分
开发者 MacAndSwiss
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/raymondwzeng/macs-roblox-utils
支持的语言 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"
    ]
}