Mac's Roblox Utils
A collection of neat stuff to enchance your Roblox website experience.
Mac's Roblox Utils là gì?
Mac's Roblox Utils là một tiện ích mở rộng Chrome được phát triển bởi MacAndSwiss, và tính năng chính của nó là "A collection of neat stuff to enchance your Roblox website experience.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mac's Roblox Utils
Tải xuống các tệp mở rộng Mac's Roblox Utils dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mac's Roblox Utils |
ID | aamiahgongddccmfmocapbcahonkknig |
URL Chính Thức | https://chromewebstore.google.com/detail/macs-roblox-utils/aamiahgongddccmfmocapbcahonkknig |
Mô tả | A collection of neat stuff to enchance your Roblox website experience. |
Kích Thước Tệp | 18.32 KB |
Số Lần Cài Đặt | 2,370 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2021-07-18 |
Ngày Phát Hành | 2021-07-18 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | MacAndSwiss |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/raymondwzeng/macs-roblox-utils |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |