Mac's Roblox Utils
A collection of neat stuff to enchance your Roblox website experience.
Cos'è Mac's Roblox Utils?
Mac's Roblox Utils è un'estensione di Chrome sviluppata da MacAndSwiss, e la sua funzione principale è "A collection of neat stuff to enchance your Roblox website experience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mac's Roblox Utils
Scarica i file di estensione Mac's Roblox Utils in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | aamiahgongddccmfmocapbcahonkknig |
| URL Ufficiale | https://chromewebstore.google.com/detail/macs-roblox-utils/aamiahgongddccmfmocapbcahonkknig |
| Descrizione | A collection of neat stuff to enchance your Roblox website experience. |
| Dimensione del File | 18.32 KB |
| Conteggio Installazioni | 2,370 |
| Versione Corrente | 0.0.0.2 |
| Ultimo Aggiornamento | 2021-07-18 |
| Data di Pubblicazione | 2021-07-18 |
| Valutazione | 3.50/5 Totale 4 Valutazioni |
| Sviluppatore | MacAndSwiss |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/raymondwzeng/macs-roblox-utils |
| Lingue Supportate | 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"
]
} | |