G Favicon Fixer

Return to the old Google favicon!

ما هو G Favicon Fixer؟

G Favicon Fixer هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Return to the old Google favicon!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة G Favicon Fixer

قم بتنزيل ملفات الامتداد G Favicon Fixer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم G Favicon Fixer G Favicon Fixer
ID fgofmpkkcmalkeloaihfljngbibciile
عنوان URL الرسمي https://chromewebstore.google.com/detail/g-favicon-fixer/fgofmpkkcmalkeloaihfljngbibciile
الوصف Return to the old Google favicon!
حجم الملف 53.73 KB
عدد التثبيتات 1,140
النسخة الحالية 1.1
آخر تحديث 2012-08-23
تاريخ النشر 2012-08-22
تقييم 4.36/5 مجموع تقييمات 14
المطور Unknown
نوع الدفع free
اللغات المدعومة 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"
    }
}