Hello, Roblox!

Return the old greeting that we all missed!

O que é Hello, Roblox!?

Hello, Roblox! é uma extensão do Chrome desenvolvida por The_Woozoo, e sua principal característica é "Return the old greeting that we all missed!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hello, Roblox!

Baixe arquivos de extensão Hello, Roblox! 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

                        Returns the roblox greeting on the homepage. Feel free to contribute here: https://github.com/dvuzu/hello-roblox                    

Informações Básicas da Extensão

Nome Hello, Roblox! Hello, Roblox!
ID dpceldlkpeeefhaaholbfihfjogjabja
URL Oficial https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja
Descrição Return the old greeting that we all missed!
Tamanho do Arquivo 19.71 KB
Contagem de Instalações 115
Versão Atual 0.2.1
Última Atualização 2024-01-21
Data de Publicação 2023-10-09
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor The_Woozoo
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/dvuzu/hello-roblox
URL da Página de Ajuda https://github.com/dvuzu/hello-roblox/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hello, Roblox!",
    "description": "Return the old greeting that we all missed!",
    "version": "0.2.1",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/home*"
            ]
        }
    ]
}