Google Logos Replacer

Replaces the new Google logos to the good-old logos.

Co je Google Logos Replacer?

Google Logos Replacer je rozšíření Chrome vyvinuté nitayke, a jeho hlavní funkcí je „Replaces the new Google logos to the good-old logos.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Logos Replacer

Stáhněte si soubory rozšíření Google Logos Replacer 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í

                        Replaces the new Google logos to the good-old logos.                    

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

Název Google Logos Replacer Google Logos Replacer
ID jmccmkmijmeiaggajglfoigfhhcabhne
Oficiální URL https://chromewebstore.google.com/detail/google-logos-replacer/jmccmkmijmeiaggajglfoigfhhcabhne
Popis Replaces the new Google logos to the good-old logos.
Velikost souboru 12.95 KB
Počet instalací 43
Aktuální Verze 1.2
Poslední Aktualizace 2020-11-11
Datum Vydání 2020-11-06
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář nitayke
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Logos Replacer",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}