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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
            ]
        }
    ]
}