Logo remove and hide tool 1.0

Focus on what matters and hide logos with this easy tool

Cos'è Logo remove and hide tool 1.0?

Logo remove and hide tool 1.0 è un'estensione di Chrome sviluppata da https://opticlus.com, e la sua funzione principale è "Focus on what matters and hide logos with this easy tool".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Logo remove and hide tool 1.0

Scarica i file di estensione Logo remove and hide tool 1.0 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Logo remove and hide tool 1.0 Logo remove and hide tool 1.0
ID mbhbefgjlajiehdlchmobimgohkfalja
URL Ufficiale https://chrome.google.com/webstore/detail/logo-remove-and-hide-tool/mbhbefgjlajiehdlchmobimgohkfalja
Descrizione Focus on what matters and hide logos with this easy tool
Dimensione del File 381 KB
Conteggio Installazioni 59
Versione Corrente 1.0
Ultimo Aggiornamento 2022-01-12
Data di Pubblicazione 2022-01-12
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore https://opticlus.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://opticlus.com/
URL della Pagina di Aiuto https://opticlus.com/contacts-creative/
Lingue Supportate 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"
}