Google Logo Replacement Extension

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

Co to jest Google Logo Replacement Extension?

Google Logo Replacement Extension to rozszerzenie Chrome opracowane przez mackayapps858, a jego główną funkcją jest „This extension will replace the new Google logo and favicon with the old ones.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Logo Replacement Extension

Pobierz pliki rozszerzeń Google Logo Replacement Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Google Logo Replacement Extension Google Logo Replacement Extension
ID abppbpaeongdmegplnmbibepppgenobi
Oficjalny URL https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi
Opis This extension will replace the new Google logo and favicon with the old ones.
Rozmiar pliku 4.89 KB
Liczba instalacji 495
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-09-05
Data Publikacji 2015-09-05
Ocena 1.75/5 Łącznie 12 Oceny
Deweloper mackayapps858
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}