Google Logo Replacement Extension

This extension will replace the new Google logo and favicon with the old ones.

Was ist Google Logo Replacement Extension?

Google Logo Replacement Extension ist eine Chrome-Erweiterung, die von mackayapps858 entwickelt wurde, und ihr Hauptmerkmal ist "This extension will replace the new Google logo and favicon with the old ones.".

Erweiterungsscreenshots

screenshot

Google Logo Replacement Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Logo Replacement Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Google Logo Replacement Extension Google Logo Replacement Extension
ID abppbpaeongdmegplnmbibepppgenobi
Offizielle URL https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi
Beschreibung This extension will replace the new Google logo and favicon with the old ones.
Dateigröße 4.89 KB
Installationsanzahl 495
Aktuelle Version 1.0
Letztes Update 2015-09-05
Veröffentlichungsdatum 2015-09-05
Bewertung 1.75/5 Insgesamt 12 Bewertungen
Entwickler mackayapps858
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Logo Replacement Extension",
    "description": "This extension will replace the new Google logo and favicon with the old ones.",
    "version": "1.0",
    "author": "Byron Mackay",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*",
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}