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

Was ist Google Doodle Games for Chrome™?

Google Doodle Games for Chrome™ ist eine Chrome-Erweiterung, die von https://monkeymart.org entwickelt wurde, und ihr Hauptmerkmal ist "Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way".

Erweiterungsscreenshots

screenshot

Google Doodle Games for Chrome™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Doodle Games for Chrome™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Google Doodle Games for Chrome™ Google Doodle Games for Chrome™
ID jpkmejpphhbneofjacfbbnmanhjpfcen
Offizielle URL https://chromewebstore.google.com/detail/google-doodle-games-for-c/jpkmejpphhbneofjacfbbnmanhjpfcen
Beschreibung Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way
Dateigröße 2.68 MB
Installationsanzahl 94
Aktuelle Version 1.0
Letztes Update 2023-11-21
Veröffentlichungsdatum 2023-05-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://monkeymart.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://monkeymart.org/
URL der Datenschutzrichtlinien-Seite https://fg4u.net/privacy-policy
Unterstützte Sprachen 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"
    }
}