Logo remove and hide tool 1.0

Focus on what matters and hide logos with this easy tool

Wat is Logo remove and hide tool 1.0?

Logo remove and hide tool 1.0 is een Chrome-extensie ontwikkeld door https://opticlus.com, en de belangrijkste functie is "Focus on what matters and hide logos with this easy tool".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Logo remove and hide tool 1.0

Download Logo remove and hide tool 1.0-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam Logo remove and hide tool 1.0 Logo remove and hide tool 1.0
ID mbhbefgjlajiehdlchmobimgohkfalja
Officiële URL https://chrome.google.com/webstore/detail/logo-remove-and-hide-tool/mbhbefgjlajiehdlchmobimgohkfalja
Beschrijving Focus on what matters and hide logos with this easy tool
Bestandsgrootte 381 KB
Aantal Installaties 59
Huidige Versie 1.0
Laatst Bijgewerkt 2022-01-12
Publicatiedatum 2022-01-12
Beoordeling 1.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://opticlus.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://opticlus.com/
Help Pagina-URL https://opticlus.com/contacts-creative/
Ondersteunde Talen 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"
}