Google Doodle Games for Chrome™

Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way

Apa itu Google Doodle Games for Chrome™?

Google Doodle Games for Chrome™ adalah ekstensi Chrome yang dikembangkan oleh https://monkeymart.org, dan fitur utamanya adalah "Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Doodle Games for Chrome™

Unduh file ekstensi Google Doodle Games for Chrome™ 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 compile the most popular and enjoyable Google Doodle games and even add your favorite titles to your list of favorites. However, in recent years, Google has taken this one step further by creating games that are accessible through the Google Doodle. These games are simple, yet entertaining, and can provide hours of fun for people of all ages.
Please vote us 5 start if you love this extension! thanks!                    

Informasi Dasar Ekstensi

Nama Google Doodle Games for Chrome™ Google Doodle Games for Chrome™
ID jpkmejpphhbneofjacfbbnmanhjpfcen
URL Resmi https://chromewebstore.google.com/detail/google-doodle-games-for-c/jpkmejpphhbneofjacfbbnmanhjpfcen
Deskripsi Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way
Ukuran File 2.68 MB
Jumlah Instalasi 94
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-11-21
Tanggal Publikasi 2023-05-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://monkeymart.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://monkeymart.org/
URL Halaman Kebijakan Privasi https://fg4u.net/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Doodle Games for Chrome\u2122",
    "description": "Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "512": "icons\/icon512.png",
            "256": "icons\/icon256.png",
            "128": "icons\/icon128.png",
            "64": "icons\/icon64.png",
            "48": "icons\/icon48.png",
            "32": "icons\/icon32.png",
            "16": "icons\/icon16.png"
        }
    },
    "icons": {
        "512": "icons\/icon512.png",
        "256": "icons\/icon256.png",
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "48": "icons\/icon48.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}