Restore the Google logo back to the year 2014
Restore the Google logo back to the year 2014
What is Restore the Google logo back to the year 2014?
Restore the Google logo back to the year 2014 is a Chrome extension developed by Michael Sifrar, and its main feature is "Restore the Google logo back to the year 2014".
Extension Screenshots
Download Restore the Google logo back to the year 2014 Extension CRX File
Download Restore the Google logo back to the year 2014 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
Why the new Google logo? Why? Why? Why? Change is good - but doesn't mean we have to like it. This is why we developed a chrome extension to rollback the Google logo to the year 2014. Just "+ Add to Chrome" and never see the new logo again - or at least not everywhere. * CSS injected into almost every Google URL to roll back the new logo * Developed by Michael Sifrar - StartWithAWebsite.com, LLC * http://StartWithAWebsite.com PS - If anyone wants to redesign the logo - submit examples to us at [email protected] and We'll make an extension for the winning logo.
Extension Basic Information
Name | Restore the Google logo back to the year 2014 |
ID | dcbenhefbbdmpgfnakmbdnbchiognmim |
Official URL | https://chrome.google.com/webstore/detail/restore-the-google-logo-b/dcbenhefbbdmpgfnakmbdnbchiognmim |
Description | Restore the Google logo back to the year 2014 |
File Size | 17.23 KB |
Installation Count | 1,729 |
Current Version | 0.0.0.3 |
Last Updated | 2016-02-06 |
Publish Date | 2016-02-06 |
Rating | 2.91/5 Total 55 Ratings |
Developer | Michael Sifrar |
Payment Type | free |
Extension Website | http://startwithawebsite.com |
Help Page URL | http://startwithawebsite.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "main.css" ], "all_frames": false, "matches": [ "http:\/\/*.google.com\/*", "https:\/\/*.google.com\/*" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "description": "Restore the Google logo back to the year 2014", "icons": { "128": "Google-2014-128.png", "16": "Google-2014-128.png", "48": "Google-2014-128.png" }, "manifest_version": 2, "name": "Restore the Google logo back to the year 2014", "version": "0.0.0.3", "web_accessible_resources": [ "main.css" ] } |