Google Logos Replacer

Replaces the new Google logos to the good-old logos.

Apa itu Google Logos Replacer?

Google Logos Replacer adalah ekstensi Chrome yang dikembangkan oleh nitayke, dan fitur utamanya adalah "Replaces the new Google logos to the good-old logos.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Logos Replacer

Unduh file ekstensi Google Logos Replacer 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

                        Replaces the new Google logos to the good-old logos.                    

Informasi Dasar Ekstensi

Nama Google Logos Replacer Google Logos Replacer
ID jmccmkmijmeiaggajglfoigfhhcabhne
URL Resmi https://chromewebstore.google.com/detail/google-logos-replacer/jmccmkmijmeiaggajglfoigfhhcabhne
Deskripsi Replaces the new Google logos to the good-old logos.
Ukuran File 12.95 KB
Jumlah Instalasi 43
Versi Saat Ini 1.2
Terakhir Diperbarui 2020-11-11
Tanggal Publikasi 2020-11-06
Penilaian 5.00/5 Total 4 Penilaian
Pengembang nitayke
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Logos Replacer",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}