Logo remove and hide tool 1.0

Focus on what matters and hide logos with this easy tool

¿Qué es Logo remove and hide tool 1.0?

Logo remove and hide tool 1.0 es una extensión de Chrome desarrollada por https://opticlus.com, y su función principal es "Focus on what matters and hide logos with this easy tool".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Logo remove and hide tool 1.0

Descarga archivos de extensión Logo remove and hide tool 1.0 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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]                    

Información Básica de la Extensión

Nombre 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
Descripción Focus on what matters and hide logos with this easy tool
Tamaño del Archivo 381 KB
Cantidad de Instalaciones 59
Versión Actual 1.0
Última Actualización 2022-01-12
Fecha de Publicación 2022-01-12
Calificación 1.50/5 Total de 2 Calificaciones
Desarrollador https://opticlus.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://opticlus.com/
URL de la Página de Ayuda https://opticlus.com/contacts-creative/
Idiomas Soportados 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"
}