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

Cos'è Google Doodle Games for Chrome™?

Google Doodle Games for Chrome™ è un'estensione di Chrome sviluppata da https://monkeymart.org, e la sua funzione principale è "Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Doodle Games for Chrome™

Scarica i file di estensione Google Doodle Games for Chrome™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Google Doodle Games for Chrome™ Google Doodle Games for Chrome™
ID jpkmejpphhbneofjacfbbnmanhjpfcen
URL Ufficiale https://chromewebstore.google.com/detail/google-doodle-games-for-c/jpkmejpphhbneofjacfbbnmanhjpfcen
Descrizione Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way
Dimensione del File 2.68 MB
Conteggio Installazioni 94
Versione Corrente 1.0
Ultimo Aggiornamento 2023-11-21
Data di Pubblicazione 2023-05-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://monkeymart.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://monkeymart.org/
URL della Pagina della Politica sulla Privacy https://fg4u.net/privacy-policy
Lingue Supportate 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"
    }
}