Googloc

Make Google your homepage.

Apa itu Googloc?

Googloc adalah ekstensi Chrome yang dikembangkan oleh googloc, dan fitur utamanya adalah "Make Google your homepage.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Googloc

Unduh file ekstensi Googloc 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

                        With our extension you can easily include the Google search field as the home page of your internet browser.                    

Informasi Dasar Ekstensi

Nama Googloc Googloc
ID diocplhbopconlojegclklkndekekaki
URL Resmi https://chromewebstore.google.com/detail/googloc/diocplhbopconlojegclklkndekekaki
Deskripsi Make Google your homepage.
Ukuran File 598 KB
Jumlah Instalasi 478
Versi Saat Ini 2.0.5
Terakhir Diperbarui 2022-11-02
Tanggal Publikasi 2022-08-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang googloc
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.googloc.com/politicas
Bahasa yang Didukung pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Googloc",
    "description": "Make Google your homepage.",
    "version": "2.0.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search?*",
                "https:\/\/www.google.com.br\/search?*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "startup_pages": [
            "https:\/\/googloc.com\/google\/"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/imagens\/empty.jpg"
            ],
            "matches": [
                "https:\/\/googloc.com\/*",
                "https:\/\/www.googloc.com\/*",
                "https:\/\/*.googloc.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "imagens\/icon_16px.png",
        "32": "imagens\/icon_32px.png",
        "96": "imagens\/icon_96px.png",
        "48": "imagens\/icon_48px.png",
        "128": "imagens\/icon_128px.png"
    }
}