Logo remove and hide tool 1.0

Focus on what matters and hide logos with this easy tool

O que é Logo remove and hide tool 1.0?

Logo remove and hide tool 1.0 é uma extensão do Chrome desenvolvida por https://opticlus.com, e sua principal característica é "Focus on what matters and hide logos with this easy tool".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Logo remove and hide tool 1.0

Baixe arquivos de extensão Logo remove and hide tool 1.0 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

                        This extension ensures that the logos of popular websites such as Google, YouTube, LinkedIn, Instagram and many more. be kept hidden. There logos cause distraction in short, they are completely unnecessary and that is why you can disable them by just installing this small and simple extension. And last and perhaps most annoying thing, done with unnecessary Google doodles.

Questions? Suggestions? [email protected]                    

Informações Básicas da Extensão

Nome Logo remove and hide tool 1.0 Logo remove and hide tool 1.0
ID mbhbefgjlajiehdlchmobimgohkfalja
URL Oficial https://chrome.google.com/webstore/detail/logo-remove-and-hide-tool/mbhbefgjlajiehdlchmobimgohkfalja
Descrição Focus on what matters and hide logos with this easy tool
Tamanho do Arquivo 381 KB
Contagem de Instalações 59
Versão Atual 1.0
Última Atualização 2022-01-12
Data de Publicação 2022-01-12
Classificação 1.50/5 Total de 2 Avaliações
Desenvolvedor https://opticlus.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://opticlus.com/
URL da Página de Ajuda https://opticlus.com/contacts-creative/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Logo remove and hide tool 1.0",
    "description": "Focus on what matters and hide logos with this easy tool",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": []
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "options_page": "options.html"
}