Clean Up Google Homepage

This extension removes the footer, the About and Store links, and any promotions from the Google homepage.

Apa itu Clean Up Google Homepage?

Clean Up Google Homepage adalah ekstensi Chrome yang dikembangkan oleh David Yang, dan fitur utamanya adalah "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Clean Up Google Homepage

Unduh file ekstensi Clean Up Google Homepage 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

                        Icon courtesy of https://icons8.com/                    

Informasi Dasar Ekstensi

Nama Clean Up Google Homepage Clean Up Google Homepage
ID cjpmgcoeopklmgpemggjigeedeomiaei
URL Resmi https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei
Deskripsi This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
Ukuran File 4.83 KB
Jumlah Instalasi 72
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2018-02-16
Tanggal Publikasi 2018-02-15
Penilaian 3.00/5 Total 2 Penilaian
Pengembang David Yang
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean Up Google Homepage",
    "description": "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.",
    "version": "0.0.0.2",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "page_action": {
        "default_title": "Clean Up Google Homepage"
    }
}