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
官方網址 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"
    ]
}