Old Roblox Logo

Replace the new Roblox logo with the old one.

O que é Old Roblox Logo?

Old Roblox Logo é uma extensão do Chrome desenvolvida por Sego, e sua principal característica é "Replace the new Roblox logo with the old one.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Old Roblox Logo

Baixe arquivos de extensão Old Roblox Logo 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

                        Replaces the new Roblox logo on most Roblox websites with the (2018-2022) logo using CSS and JavaScript                    

Informações Básicas da Extensão

Nome Old Roblox Logo Old Roblox Logo
ID pcfflnmlgphemomedafckbgmeakoflic
URL Oficial https://chromewebstore.google.com/detail/old-roblox-logo/pcfflnmlgphemomedafckbgmeakoflic
Descrição Replace the new Roblox logo with the old one.
Tamanho do Arquivo 71.24 KB
Contagem de Instalações 1,658
Versão Atual 1.0.4
Última Atualização 2022-09-27
Data de Publicação 2022-09-14
Classificação 4.64/5 Total de 14 Avaliações
Desenvolvedor Sego
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Roblox Logo",
    "version": "1.0.4",
    "description": "Replace the new Roblox logo with the old one.",
    "manifest_version": 3,
    "author": "Sego",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.roblox.com\/*",
                "https:\/\/web.roblox.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/rblx.css"
            ],
            "js": [
                "js\/rblx.js"
            ]
        },
        {
            "matches": [
                "https:\/\/corp.roblox.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/corp.css"
            ],
            "js": [
                "js\/corp.js"
            ]
        },
        {
            "matches": [
                "https:\/\/blog.roblox.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/blog.css"
            ],
            "js": [
                "js\/blog.js"
            ]
        },
        {
            "matches": [
                "https:\/\/corporate.roblox.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/corpo.css"
            ],
            "js": [
                "js\/corpo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/en.help.roblox.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/support.js"
            ]
        },
        {
            "matches": [
                "https:\/\/careers.roblox.com\/*"
            ],
            "js": [
                "js\/careers.js"
            ]
        }
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    }
}