Logo remove and hide tool 1.0

Focus on what matters and hide logos with this easy tool

Co je Logo remove and hide tool 1.0?

Logo remove and hide tool 1.0 je rozšíření Chrome vyvinuté https://opticlus.com, a jeho hlavní funkcí je „Focus on what matters and hide logos with this easy tool“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Logo remove and hide tool 1.0

Stáhněte si soubory rozšíření Logo remove and hide tool 1.0 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Logo remove and hide tool 1.0 Logo remove and hide tool 1.0
ID mbhbefgjlajiehdlchmobimgohkfalja
Oficiální URL https://chrome.google.com/webstore/detail/logo-remove-and-hide-tool/mbhbefgjlajiehdlchmobimgohkfalja
Popis Focus on what matters and hide logos with this easy tool
Velikost souboru 381 KB
Počet instalací 59
Aktuální Verze 1.0
Poslední Aktualizace 2022-01-12
Datum Vydání 2022-01-12
Hodnocení 1.50/5 Celkem 2 Hodnocení
Vývojář https://opticlus.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://opticlus.com/
URL Stránky Nápovědy https://opticlus.com/contacts-creative/
Podporované Jazyky 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"
}