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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |