Logo remove and hide tool 1.0

Focus on what matters and hide logos with this easy tool

Qu'est-ce que Logo remove and hide tool 1.0 ?

Logo remove and hide tool 1.0 est une extension Chrome développée par https://opticlus.com, et sa fonction principale est "Focus on what matters and hide logos with this easy tool".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Logo remove and hide tool 1.0

Téléchargez les fichiers d'extension Logo remove and hide tool 1.0 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Logo remove and hide tool 1.0 Logo remove and hide tool 1.0
ID mbhbefgjlajiehdlchmobimgohkfalja
URL Officiel https://chrome.google.com/webstore/detail/logo-remove-and-hide-tool/mbhbefgjlajiehdlchmobimgohkfalja
Description Focus on what matters and hide logos with this easy tool
Taille du Fichier 381 KB
Nombre d'Installations 59
Version Actuelle 1.0
Dernière Mise à Jour 2022-01-12
Date de Publication 2022-01-12
Évaluation 1.50/5 Total 2 Évaluations
Développeur https://opticlus.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://opticlus.com/
URL de la Page d'Aide https://opticlus.com/contacts-creative/
Langues Prises en Charge 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"
}