Mac's Roblox Utils

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

O que é Mac's Roblox Utils?

Mac's Roblox Utils é uma extensão do Chrome desenvolvida por MacAndSwiss, e sua principal característica é "A collection of neat stuff to enchance your Roblox website experience.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mac's Roblox Utils

Baixe arquivos de extensão Mac's Roblox Utils no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Mac's Roblox Utils Mac's Roblox Utils
ID aamiahgongddccmfmocapbcahonkknig
URL Oficial https://chromewebstore.google.com/detail/macs-roblox-utils/aamiahgongddccmfmocapbcahonkknig
Descrição A collection of neat stuff to enchance your Roblox website experience.
Tamanho do Arquivo 18.32 KB
Contagem de Instalações 2,370
Versão Atual 0.0.0.2
Última Atualização 2021-07-18
Data de Publicação 2021-07-18
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor MacAndSwiss
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/raymondwzeng/macs-roblox-utils
Idiomas Suportados 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"
    ]
}