Google Logo Replacement Extension

This extension will replace the new Google logo and favicon with the old ones.

O que é Google Logo Replacement Extension?

Google Logo Replacement Extension é uma extensão do Chrome desenvolvida por mackayapps858, e sua principal característica é "This extension will replace the new Google logo and favicon with the old ones.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Logo Replacement Extension

Baixe arquivos de extensão Google Logo Replacement Extension 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

                                            

Informações Básicas da Extensão

Nome Google Logo Replacement Extension Google Logo Replacement Extension
ID abppbpaeongdmegplnmbibepppgenobi
URL Oficial https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi
Descrição This extension will replace the new Google logo and favicon with the old ones.
Tamanho do Arquivo 4.89 KB
Contagem de Instalações 495
Versão Atual 1.0
Última Atualização 2015-09-05
Data de Publicação 2015-09-05
Classificação 1.75/5 Total de 12 Avaliações
Desenvolvedor mackayapps858
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Logo Replacement Extension",
    "description": "This extension will replace the new Google logo and favicon with the old ones.",
    "version": "1.0",
    "author": "Byron Mackay",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*",
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}