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

Hvad er Google Doodle Games for Chrome™?

Google Doodle Games for Chrome™ er en Chrome-udvidelse udviklet af https://monkeymart.org, og dens hovedfunktion er "Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way".

Udvidelsesskærmbilleder

screenshot

Download Google Doodle Games for Chrome™-udvidelses-CRX-fil

Download Google Doodle Games for Chrome™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Google Doodle Games for Chrome™ Google Doodle Games for Chrome™
ID jpkmejpphhbneofjacfbbnmanhjpfcen
Officiel URL https://chromewebstore.google.com/detail/google-doodle-games-for-c/jpkmejpphhbneofjacfbbnmanhjpfcen
Beskrivelse Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way
Filstørrelse 2.68 MB
Antal Installationer 94
Nuværende Version 1.0
Senest Opdateret 2023-11-21
Udgivelsesdato 2023-05-12
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://monkeymart.org
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://monkeymart.org/
URL til Fortrolighedspolitik Side https://fg4u.net/privacy-policy
Understøttede Sprog 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"
    }
}