Google Logo Replacement Extension

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

Apa itu Google Logo Replacement Extension?

Google Logo Replacement Extension adalah ekstensi Chrome yang dikembangkan oleh mackayapps858, dan fitur utamanya adalah "This extension will replace the new Google logo and favicon with the old ones.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Logo Replacement Extension

Unduh file ekstensi Google Logo Replacement Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Google Logo Replacement Extension Google Logo Replacement Extension
ID abppbpaeongdmegplnmbibepppgenobi
URL Resmi https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi
Deskripsi This extension will replace the new Google logo and favicon with the old ones.
Ukuran File 4.89 KB
Jumlah Instalasi 495
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-09-05
Tanggal Publikasi 2015-09-05
Penilaian 1.75/5 Total 12 Penilaian
Pengembang mackayapps858
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}