G Favicon Fixer

Return to the old Google favicon!

Wat is G Favicon Fixer?

G Favicon Fixer is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Return to the old Google favicon!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie G Favicon Fixer

Download G Favicon Fixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Don't like the new white on blue G? Install this app to return to the multicolored 2009 favicon!                    

Basisinformatie over de Extensie

Naam G Favicon Fixer G Favicon Fixer
ID fgofmpkkcmalkeloaihfljngbibciile
Officiële URL https://chromewebstore.google.com/detail/g-favicon-fixer/fgofmpkkcmalkeloaihfljngbibciile
Beschrijving Return to the old Google favicon!
Bestandsgrootte 53.73 KB
Aantal Installaties 1,140
Huidige Versie 1.1
Laatst Bijgewerkt 2012-08-23
Publicatiedatum 2012-08-22
Beoordeling 4.36/5 Totaal 14 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    }
}