Google Logo Replacement Extension

This extension will replace the new Google logo and favicon with the old ones.

ما هو Google Logo Replacement Extension؟

Google Logo Replacement Extension هو إضافة Chrome تم تطويرها بواسطة mackayapps858، والميزة الرئيسية لها هي "This extension will replace the new Google logo and favicon with the old ones.".

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

screenshot

تحميل ملف CRX للإضافة Google Logo Replacement Extension

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

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

                                            

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

الاسم Google Logo Replacement Extension Google Logo Replacement Extension
ID abppbpaeongdmegplnmbibepppgenobi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi
الوصف This extension will replace the new Google logo and favicon with the old ones.
حجم الملف 4.89 KB
عدد التثبيتات 495
النسخة الحالية 1.0
آخر تحديث 2015-09-05
تاريخ النشر 2015-09-05
تقييم 1.75/5 مجموع تقييمات 12
المطور mackayapps858
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}