Google Logo Replacement Extension

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

Wat is Google Logo Replacement Extension?

Google Logo Replacement Extension is een Chrome-extensie ontwikkeld door mackayapps858, en de belangrijkste functie is "This extension will replace the new Google logo and favicon with the old ones.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Logo Replacement Extension

Download Google Logo Replacement Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Google Logo Replacement Extension Google Logo Replacement Extension
ID abppbpaeongdmegplnmbibepppgenobi
Officiële URL https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi
Beschrijving This extension will replace the new Google logo and favicon with the old ones.
Bestandsgrootte 4.89 KB
Aantal Installaties 495
Huidige Versie 1.0
Laatst Bijgewerkt 2015-09-05
Publicatiedatum 2015-09-05
Beoordeling 1.75/5 Totaal 12 Beoordelingen
Ontwikkelaar mackayapps858
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}