Roblox Show Status

Allows you to view other players statuses within the Roblox website

O que é Roblox Show Status?

Roblox Show Status é uma extensão do Chrome desenvolvida por EmojiVIP, e sua principal característica é "Allows you to view other players statuses within the Roblox website".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Roblox Show Status

Baixe arquivos de extensão Roblox Show Status 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

                        Earlier this year, Roblox has completely removed viewing Roblox players statuses. With this extension, you will be able to view other players statuses once again within the Roblox website.                    

Informações Básicas da Extensão

Nome Roblox Show Status Roblox Show Status
ID hipojknikpmpknnpbgpondgpeepppbjk
URL Oficial https://chromewebstore.google.com/detail/roblox-show-status/hipojknikpmpknnpbgpondgpeepppbjk
Descrição Allows you to view other players statuses within the Roblox website
Tamanho do Arquivo 9.87 KB
Contagem de Instalações 10,000
Versão Atual 1.0.1
Última Atualização 2021-04-18
Data de Publicação 2021-04-18
Classificação 4.42/5 Total de 262 Avaliações
Desenvolvedor EmojiVIP
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "EmojiVIP",
    "content_scripts": [
        {
            "js": [
                "change.js"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "description": "Allows you to view other players statuses within the Roblox website",
    "icons": {
        "128": "icons\/roblox128.png",
        "16": "icons\/roblox16.png",
        "48": "icons\/roblox48.png"
    },
    "manifest_version": 2,
    "name": "Roblox Show Status",
    "version": "1.0.1"
}