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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mac's Roblox Utils
قم بتنزيل ملفات الامتداد Mac's Roblox Utils بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" ] } |