Google Logo Replacement Extension

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

Co je Google Logo Replacement Extension?

Google Logo Replacement Extension je rozšíření Chrome vyvinuté mackayapps858, a jeho hlavní funkcí je „This extension will replace the new Google logo and favicon with the old ones.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Logo Replacement Extension

Stáhněte si soubory rozšíření Google Logo Replacement Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Google Logo Replacement Extension Google Logo Replacement Extension
ID abppbpaeongdmegplnmbibepppgenobi
Oficiální URL https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi
Popis This extension will replace the new Google logo and favicon with the old ones.
Velikost souboru 4.89 KB
Počet instalací 495
Aktuální Verze 1.0
Poslední Aktualizace 2015-09-05
Datum Vydání 2015-09-05
Hodnocení 1.75/5 Celkem 12 Hodnocení
Vývojář mackayapps858
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}