Logo remove and hide tool 1.0

Focus on what matters and hide logos with this easy tool

Co to jest Logo remove and hide tool 1.0?

Logo remove and hide tool 1.0 to rozszerzenie Chrome opracowane przez https://opticlus.com, a jego główną funkcją jest „Focus on what matters and hide logos with this easy tool”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Logo remove and hide tool 1.0

Pobierz pliki rozszerzeń Logo remove and hide tool 1.0 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Logo remove and hide tool 1.0 Logo remove and hide tool 1.0
ID mbhbefgjlajiehdlchmobimgohkfalja
Oficjalny URL https://chrome.google.com/webstore/detail/logo-remove-and-hide-tool/mbhbefgjlajiehdlchmobimgohkfalja
Opis Focus on what matters and hide logos with this easy tool
Rozmiar pliku 381 KB
Liczba instalacji 59
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-01-12
Data Publikacji 2022-01-12
Ocena 1.50/5 Łącznie 2 Oceny
Deweloper https://opticlus.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://opticlus.com/
Adres URL Strony Pomocy https://opticlus.com/contacts-creative/
Obsługiwane Języki 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"
}