Logo remove and hide tool 1.0

Focus on what matters and hide logos with this easy tool

Hvad er Logo remove and hide tool 1.0?

Logo remove and hide tool 1.0 er en Chrome-udvidelse udviklet af https://opticlus.com, og dens hovedfunktion er "Focus on what matters and hide logos with this easy tool".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Logo remove and hide tool 1.0-udvidelses-CRX-fil

Download Logo remove and hide tool 1.0-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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]                    

Grundlæggende oplysninger om udvidelsen

Navn Logo remove and hide tool 1.0 Logo remove and hide tool 1.0
ID mbhbefgjlajiehdlchmobimgohkfalja
Officiel URL https://chrome.google.com/webstore/detail/logo-remove-and-hide-tool/mbhbefgjlajiehdlchmobimgohkfalja
Beskrivelse Focus on what matters and hide logos with this easy tool
Filstørrelse 381 KB
Antal Installationer 59
Nuværende Version 1.0
Senest Opdateret 2022-01-12
Udgivelsesdato 2022-01-12
Bedømmelse 1.50/5 Samlet 2 Bedømmelser
Udvikler https://opticlus.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://opticlus.com/
Hjælpeside-URL https://opticlus.com/contacts-creative/
Understøttede Sprog 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"
}