Logo remove and hide tool 1.0

Focus on what matters and hide logos with this easy tool

Was ist Logo remove and hide tool 1.0?

Logo remove and hide tool 1.0 ist eine Chrome-Erweiterung, die von https://opticlus.com entwickelt wurde, und ihr Hauptmerkmal ist "Focus on what matters and hide logos with this easy tool".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Logo remove and hide tool 1.0-Erweiterungs-CRX-Datei herunterladen

Laden Sie Logo remove and hide tool 1.0-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name Logo remove and hide tool 1.0 Logo remove and hide tool 1.0
ID mbhbefgjlajiehdlchmobimgohkfalja
Offizielle URL https://chrome.google.com/webstore/detail/logo-remove-and-hide-tool/mbhbefgjlajiehdlchmobimgohkfalja
Beschreibung Focus on what matters and hide logos with this easy tool
Dateigröße 381 KB
Installationsanzahl 59
Aktuelle Version 1.0
Letztes Update 2022-01-12
Veröffentlichungsdatum 2022-01-12
Bewertung 1.50/5 Insgesamt 2 Bewertungen
Entwickler https://opticlus.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://opticlus.com/
Hilfeseite URL https://opticlus.com/contacts-creative/
Unterstützte Sprachen 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"
}