Google Logo Replacement Extension

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

Hvad er Google Logo Replacement Extension?

Google Logo Replacement Extension er en Chrome-udvidelse udviklet af mackayapps858, og dens hovedfunktion er "This extension will replace the new Google logo and favicon with the old ones.".

Udvidelsesskærmbilleder

screenshot

Download Google Logo Replacement Extension-udvidelses-CRX-fil

Download Google Logo Replacement Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Google Logo Replacement Extension Google Logo Replacement Extension
ID abppbpaeongdmegplnmbibepppgenobi
Officiel URL https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi
Beskrivelse This extension will replace the new Google logo and favicon with the old ones.
Filstørrelse 4.89 KB
Antal Installationer 495
Nuværende Version 1.0
Senest Opdateret 2015-09-05
Udgivelsesdato 2015-09-05
Bedømmelse 1.75/5 Samlet 12 Bedømmelser
Udvikler mackayapps858
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}