Logo remove and hide tool 1.0

Focus on what matters and hide logos with this easy tool

Vad är Logo remove and hide tool 1.0?

Logo remove and hide tool 1.0 är en Chrome-tillägg utvecklad av https://opticlus.com, och dess huvudfunktion är "Focus on what matters and hide logos with this easy tool".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Logo remove and hide tool 1.0-förlängningens CRX-fil

Ladda ner Logo remove and hide tool 1.0-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Logo remove and hide tool 1.0 Logo remove and hide tool 1.0
ID mbhbefgjlajiehdlchmobimgohkfalja
Officiell webbadress https://chrome.google.com/webstore/detail/logo-remove-and-hide-tool/mbhbefgjlajiehdlchmobimgohkfalja
Beskrivning Focus on what matters and hide logos with this easy tool
Filstorlek 381 KB
Antal Installationer 59
Aktuell Version 1.0
Senast Uppdaterad 2022-01-12
Publiceringsdatum 2022-01-12
Betyg 1.50/5 Totalt 2 Betyg
Utvecklare https://opticlus.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://opticlus.com/
Hjälpsida URL https://opticlus.com/contacts-creative/
Stödda Språk 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"
}