Mac's Roblox Utils

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

Mac's Roblox Utilsคืออะไร?

Mac's Roblox Utils เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MacAndSwiss และคุณลักษณะหลักของมันคือ "A collection of neat stuff to enchance your Roblox website experience."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mac's Roblox Utils

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}