Google Logos Replacer

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

What is Google Logos Replacer?

Google Logos Replacer is a Chrome extension developed by nitayke, and its main feature is "Replaces the new Google logos to the good-old logos.".

Extension Screenshots

screenshot

Download Google Logos Replacer Extension CRX File

Download Google Logos Replacer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Google Logos Replacer Google Logos Replacer
ID jmccmkmijmeiaggajglfoigfhhcabhne
Official URL https://chromewebstore.google.com/detail/google-logos-replacer/jmccmkmijmeiaggajglfoigfhhcabhne
Description Replaces the new Google logos to the good-old logos.
File Size 12.95 KB
Installation Count 43
Current Version 1.2
Last Updated 2020-11-11
Publish Date 2020-11-06
Rating 5.00/5 Total 4 Ratings
Developer nitayke
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}