Google Logo Replacement Extension
This extension will replace the new Google logo and favicon with the old ones.
What is Google Logo Replacement Extension?
Google Logo Replacement Extension is a Chrome extension developed by mackayapps858, and its main feature is "This extension will replace the new Google logo and favicon with the old ones.".
Extension Screenshots
Download Google Logo Replacement Extension Extension CRX File
Download Google Logo Replacement Extension 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
Extension Basic Information
Name | ![]() |
ID | abppbpaeongdmegplnmbibepppgenobi |
Official URL | https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi |
Description | This extension will replace the new Google logo and favicon with the old ones. |
File Size | 4.89 KB |
Installation Count | 495 |
Current Version | 1.0 |
Last Updated | 2015-09-05 |
Publish Date | 2015-09-05 |
Rating | 1.75/5 Total 12 Ratings |
Developer | mackayapps858 |
Payment Type | free |
Supported Languages | 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" ] } ] } |