G Favicon Fixer
Return to the old Google favicon!
What is G Favicon Fixer?
G Favicon Fixer is a Chrome extension developed by Unknown, and its main feature is "Return to the old Google favicon!".
Extension Screenshots
Download G Favicon Fixer Extension CRX File
Download G Favicon Fixer 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
Don't like the new white on blue G? Install this app to return to the multicolored 2009 favicon!
Extension Basic Information
Name | G Favicon Fixer |
ID | fgofmpkkcmalkeloaihfljngbibciile |
Official URL | https://chromewebstore.google.com/detail/g-favicon-fixer/fgofmpkkcmalkeloaihfljngbibciile |
Description | Return to the old Google favicon! |
File Size | 53.73 KB |
Installation Count | 1,140 |
Current Version | 1.1 |
Last Updated | 2012-08-23 |
Publish Date | 2012-08-22 |
Rating | 4.36/5 Total 14 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "G Favicon Fixer", "version": "1.1", "manifest_version": 2, "description": "Return to the old Google favicon!", "content_scripts": [ { "js": [ "mainscript.js" ], "matches": [ "*:\/\/www.google.com\/*", "*:\/\/google.com\/*", "*:\/\/images.google.com\/*", "*:\/\/books.google.com\/*" ] } ], "web_accessible_resources": [ "oldfavicon.ico" ], "icons": { "16": "oldfavicon16.png", "48": "oldfavicon48.png", "128": "oldfavicon128.png" } } |